Convert HEIC to JPG on Windows
Convert iPhone photos to JPG on Windows. Free, instant, and 100% private.
Learn 5 ways to convert HEIC to JPG on Windows 11/10 — from the free, private in-browser converter on this page to Microsoft Store codecs, iCloud.com, desktop apps, and the command line — with accurate steps and pros/cons for each.
Rate this tool
The Definitive Guide to HEIC to JPG on Windows
Windows users often face hurdles when trying to view Apple's high-efficiency photos. Windows doesn't include HEIC support out of the box — it needs extra codecs from the Store, and one of them (HEVC) can cost $0.99. Below are five reliable ways to convert HEIC to JPG on Windows, starting with the fastest free option.
🆓 No Store Needed
Skip the "HEIF Image Extensions" purchase. Convert your files for free in any modern Windows browser.
📂 Batch Processing
Windows Explorer struggles with HEIC thumbnails. Convert your entire photo folder to JPG to manage your library easily.
🛡️ 100% Private
Unlike cloud converters, our tool runs locally on your PC. Your private photos never leave your machine.
Why Windows Struggles with HEIC?
HEIC uses the HEVC codec, which is often licensed. Rather than including it for free, Windows requires users to download specific extensions. By using HEIC.dev, you bypass these licensing issues entirely. Our tool uses WebAssembly to process your images directly in your browser, making it the most efficient way to bridge the gap between iOS and Windows.
5 Ways to Convert HEIC to JPG on Windows
There are five reliable ways to convert HEIC to JPG on Windows 11 and Windows 10 — from free browser tools to the Microsoft Store codecs, iCloud, desktop apps, and the command line. Here's how each one works, with honest pros and cons.
- Open heic.dev/heic-to-jpg in Microsoft Edge or Chrome (that's the tool above).
- Click Add files or drag & drop your HEIC photos — up to 500 at once.
- Adjust the quality slider and resize presets if needed; keep Preserve Metadata on to retain EXIF and GPS.
- Click Convert all, then download the JPGs individually or as a single ZIP.
Pros
- ✓ 100% free — no account, no watermark, no limits
- ✓ Photos never leave your PC (processed in-browser via WebAssembly)
- ✓ Batch converts up to 500 files
- ✓ No admin rights — works on school and work PCs
Cons
- ✗ Needs a modern browser (Edge, Chrome, Firefox, Safari)
- ✗ Load the page before you go fully offline
- Open the Microsoft Store and install HEIF Image Extensions (free).
- If some files (Live Photos, videos) still won't open, also install HEVC Video Extensions from Device Manufacturer — free if your PC maker licensed it. The generic HEVC Video Extensions costs $0.99.
- Once installed, open a HEIC in the Photos app or in Paint.
- In Paint, choose File → Save as → JPEG, pick a quality level, and save.
Pros
- ✓ HEIF extension is free
- ✓ Native support across Windows apps and Explorer thumbnails
- ✓ Also enables Photoshop and other WIC-based software
Cons
- ✗ HEVC extension can cost $0.99
- ✗ Converting in Paint is one file at a time
- ✗ No batch conversion
- Open iCloud.com in your browser and sign in with your Apple ID.
- Go to Photos, select the HEIC photos you need.
- Click the download icon and choose Most Compatible — iCloud converts them and downloads standard JPEGs.
- Using iCloud for Windows? Enable iCloud Photos, then in Settings → Photos turn off Download in original format so synced copies arrive as JPEG.
Pros
- ✓ Works from any browser, no install
- ✓ Good for the occasional photo
- ✓ Keeps Live Photo companions in sync
Cons
- ✗ Requires an Apple ID and iCloud storage
- ✗ Photos pass through Apple's servers (privacy trade-off)
- ✗ Slow for large libraries
- IrfanView: download IrfanView and the IrfanView plugins pack (both free) from irfanview.com and install them.
- Open a HEIC in IrfanView (the plugins add HEIC support), then File → Save As → JPEG.
- For many files: File → Batch Conversion, add your HEICs, set output format to JPG, and run.
- Prefer a simpler tool? XnConvert (xnview.com, free) — add files, choose the JPG output tab, and convert.
Pros
- ✓ Free and works fully offline
- ✓ True batch conversion
- ✓ Fine-grained quality and resize control
Cons
- ✗ Third-party downloads — install only from official sites
- ✗ IrfanView needs the separate plugins pack
- ✗ More setup than a web tool
- Install ffmpeg (in PowerShell:
winget install ffmpeg). - Open PowerShell or Terminal and run:
ffmpeg -i photo.heic photo.jpg - Batch in Command Prompt:
for %f in (*.heic) do ffmpeg -i "%f" "%~nf.jpg" - ImageMagick users:
magick input.heic output.jpg(needs a build with HEIC support).
Pros
- ✓ Free and scriptable
- ✓ Fastest option for huge libraries
- ✓ Runs anywhere, including servers
Cons
- ✗ Command line — intimidating for casual users
- ✗ Codec support varies by build
Which should you choose? For most people, Method 1 (the converter on this page) is the fastest, safest option. Use Method 2 if you want Windows to open HEIC files everywhere, Method 3 if your photos live in iCloud, Method 4 for offline batch work, and Method 5 if you're comfortable with a terminal.
The 5 Methods at a Glance
| Method | Free | Needs install | Batch | Privacy | Best for |
|---|---|---|---|---|---|
| 1. HEIC.dev (this page) | Yes | No | Up to 500 | 100% local | Most people |
| 2. Store codecs + Paint | HEIF free | Yes | No | Local | Native viewing & one-offs |
| 3. iCloud.com | Yes | No | Some | Via Apple | iCloud users |
| 4. IrfanView / XnConvert | Yes | Yes | Yes | Local | Offline batch work |
| 5. Command line (ffmpeg) | Yes | Yes | Yes | Local | Power users |