How to Convert HEIC to JPG Without Installing Software
By Brevio Team · Last updated: June 12, 2026
You can convert HEIC to JPG without installing software by using brevio's in-browser HEIC converter or macOS Preview — both convert locally without uploading your photos to any server.
HEIC (High Efficiency Image Container) is Apple's modern image format, offering better quality at smaller file sizes than JPEG. But HEIC is not widely supported on Windows, Android, or older devices. If you share HEIC files, many people won't be able to open them. Converting to JPG solves this — JPG works everywhere.
You don't need to download software. You can convert HEIC to JPG directly in your web browser in seconds, without installing anything or uploading to a server.
How to Convert HEIC to JPG in Your Browser
- Go to an image converter like brevio Image Converter.
- Open the tool in your browser. No app download, no installation, no account required.
- Select your HEIC file. Click "Choose file" or drag and drop a .heic image onto the tool.
- Select JPG as the output format. Most converters default to the original format, so you may need to choose JPG from a dropdown menu.
- Click convert. The tool processes your image locally in your browser using the Canvas API and browser codecs. You'll see a progress indicator.
- Download the JPG. Once conversion is complete, click download. The file comes directly from your device — no server interaction.
How to Verify the Converter Isn't Uploading Your Photos
You can confirm that any in-browser converter processes your photos locally by watching the Network tab in DevTools while conversion happens.
- Open DevTools. Press F12 on Windows/Linux or ⌘⌥I on Mac.
- Go to the Network tab. Filter to Fetch/XHR requests only, and check the "Disable cache" checkbox.
- Drop your HEIC file and trigger conversion.
- Inspect the results. On brevio you will see zero POST requests carrying image data. On HEIC-to-JPEG.com or similar server-based converters, you will see a POST to their API endpoint carrying your image as the request body.
Privacy: Your Photos Contain GPS Location Data
Photos taken on an iPhone include EXIF metadata by default — this covers GPS coordinates (latitude and longitude), device model, and the exact timestamp the photo was taken. When you upload a HEIC file to a server-based converter, you are also sending this location data to a third-party server.
brevio's converter strips EXIF data during conversion. The Canvas API re-encodes only the pixel data into the output file — it does not carry EXIF metadata forward. So converting on brevio also removes GPS location from your photos as a side effect of how browser-based canvas re-encoding works. If you want to remove EXIF data from photos without converting the format, use brevio EXIF Remover or read how to remove EXIF data from photos without software.
HEIC Converter Comparison
| Tool | Upload? | Cost (free) | Cost (paid) | Batch? | Works offline? |
|---|---|---|---|---|---|
| brevio Image Converter | No — in-browser | Free forever | No paid tier | No (one at a time) | Yes |
| iLoveIMG HEIC converter | Yes — server upload | Free (limited) | $7.5/mo (Pro) | Yes | No |
| HEIC-to-JPEG.com | Yes — server upload | Free | Free (ad-supported) | Yes | No |
| Convertio | Yes — server upload | Free (2 conversions) | $9.99/mo | Yes | No |
| macOS Preview | No — local app | Free (macOS only) | — | Yes (drag multi-select) | Yes |
| FoneLab HEIC Converter | No — local app | Free (5 files/day) | $11.96 one-time | Yes | Yes |
Batch Conversion on macOS Using Preview
macOS Preview can convert multiple HEIC files to JPG at once — no third-party software required.
- Select all HEIC files in Finder. Click the first file, then Shift-click the last to select a range, or ⌘-click to select individual files.
- Right-click and choose "Open With" → Preview. All selected files open as a multi-file document in Preview.
- Go to the File menu → Export Selected Images.
- Choose JPG as the format in the dropdown, set quality if needed, and pick a destination folder.
- Click Choose. Preview converts and saves all files locally — nothing is uploaded.
Why HEIC Format Can Be a Problem
- Not universal: HEIC is supported natively on iOS, macOS, and newer Android phones, but not on Windows (before Windows 11), older Android, or most web browsers without an extension.
- Sharing is difficult: If you email a HEIC file to someone on Windows, it won't open. They'll need to convert it first or use a third-party viewer.
- Compatibility risk: Future devices may drop HEIC support. JPG has been the standard for 30 years and will remain compatible indefinitely.
What Is HEIC and Why Does Apple Use It?
HEIC uses the HEVC (H.265) codec, developed by the Moving Picture Experts Group and adopted by Apple. It achieves 40–50% smaller file sizes than JPEG at equivalent quality by using more sophisticated prediction algorithms and entropy coding. Apple adopted it with iOS 11 in 2017 to save storage on devices — a 12-megapixel HEIC photo typically takes 2–3MB versus 4–6MB for the same shot in JPEG.
The downside: HEVC was developed under a patent pool requiring licensing fees, which delayed adoption outside Apple's ecosystem. Windows still requires a paid codec pack ($0.99 in the Microsoft Store) or a third-party viewer to open HEIC files natively. This licensing friction is the reason HEIC never became a universal standard despite its technical superiority.
HEIC vs JPG: Quality and File Size
HEIC is technically superior — it offers better image quality at smaller file sizes than JPG. A typical HEIC photo might be 2MB while the equivalent JPG is 4MB. But most people can't see the quality difference on a screen. For sharing, compatibility wins. For archival on your device, HEIC is fine.
Troubleshooting
- HEIC file won't load in the browser: some older browser versions don't support HEIC decode natively. Try Chrome 104+ or Safari 16+. Firefox requires HEIC support via the OS codec — update macOS or install the Windows HEVC codec.
- Output JPG is larger than the original HEIC: this is normal — HEIC is more efficient than JPEG. A 2MB HEIC photo may become a 4–6MB JPG. Use brevio Image Compress to reduce the size further after converting.
- Photos look slightly different after conversion: HEIC uses wide colour (Display P3); JPEG is typically sRGB. Colours may shift slightly when converting. For most uses this is imperceptible, but it is the cause of subtle colour differences you may notice on calibrated displays.
- Need to convert many files at once: use macOS Preview batch export (described above) or iMazing HEIC Converter, a free Windows/Mac desktop app that handles bulk conversions without any upload.
Alternative: Convert Using Your Phone
On iPhone or iPad, you can convert HEIC to JPG before sharing:
- Open Settings → Camera → Formats
- Select Most Compatible (instead of High Efficiency)
- Future photos taken will be JPG instead of HEIC
To convert photos you've already taken, use the browser-based converter above or AirDrop to a Mac and use QuickTime.
Browser Compatibility
Client-side image converters work in all modern browsers: Chrome, Firefox, Safari, and Edge. Your browser must support the Canvas API and basic image codecs (JPG, PNG, WebP). This is standard in browsers from the last 10 years.
Related guides: best free image tools that don't upload your photos and how to remove EXIF data from photos without software.
Other ways to do this
You don’t need a web tool for this at all — these options also keep your files on your own machine:
- macOS Preview / Photos and the Windows Photos app resize, crop, and convert without any upload.
ImageMagickcovers nearly every image task from the terminal (e.g.magick in.png out.jpg -resize 50%).- ImageOptim (macOS) and Squoosh (Google — also runs in-browser) compress offline.
The browser tool is just the no-install, cross-platform option for when you would rather not set any of these up.
Frequently Asked Questions
- How do I convert HEIC to JPG without a converter app?
- Use a browser-based converter like brevio's Image Converter. Select your HEIC file, choose JPG as the output format, and download. No software installation, no account, no upload to a server — conversion happens in your browser.
- Why is HEIC format a problem?
- HEIC (Apple's High Efficiency Image Container) is not widely supported on Windows, Android, or older devices. JPG is universal and widely compatible. Converting HEIC to JPG ensures your images open everywhere.
- Can you convert HEIC to JPG on an iPhone or iPad?
- iOS Photos app can convert HEIC to JPG before sharing (Settings → Camera → Formats → Most Compatible), but if you need to batch convert or use online, a browser-based tool is fastest. Works on Safari on iPhone too.
- Is JPG better quality than HEIC?
- No. HEIC is more efficient and delivers better quality at the same file size. But JPG is more compatible. Convert to JPG if compatibility is more important than file size or quality.
How to Convert and Compress Images to WebP Without Uploading
Convert PNG, JPG, or other images to WebP format directly in your browser — no upload, no conversion service, no watermarks.
Best HEIC to JPG Converters Without Uploading Your Photos
Privacy comparison of HEIC to JPG converters — which tools upload your photos to a server vs. convert them locally in your browser, and how to choose.
How to Convert Images to PDF Without Software or Uploading
Convert JPG, PNG, WebP, and other images to PDF locally in your browser — no upload to a server, no installation, no account required.
How to Merge PDFs Without Uploading to a Server
Step-by-step guide: merge multiple PDF files locally in your browser — no server upload, no account required, no watermarks. Includes DevTools verification to confirm no upload occurred.