Forum Discussion

Longtrnfruntin's avatar
Longtrnfruntin
Iron Contributor
Aug 12, 2025

How can I convert heic to webp on windows pc?

My iPhone 11 saves the photos as high efficiency heic format. I copied them to a Windows PC but the file format is not supported by Windows os as well as the web publishing program dreamwaver. WebP is now the recommended image format for web page. How can i bulk convert heic to webp on Windows? Please recommend a fast heic to webp converter.

Best Regards!

6 Replies

  • GaoHou's avatar
    GaoHou
    Iron Contributor

    Large batches or very high-resolution images may take longer to upload and process, and there could be restrictions on the total file size or number of images you can convert for free. Uploading sensitive images to an online service may pose privacy risks, especially if the site's privacy policy is unclear or not trustworthy.

    The process requires a stable internet connection; interruptions can disrupt the upload or download process. Larger files or many images can increase conversion time, which might be inconvenient if quick results are needed. While default settings usually suffice, advanced users might find the lack of detailed control over compression quality, metadata, or other parameters limiting. Free services often have restrictions on maximum upload size or daily conversion limits, which could hinder large-scale or frequent conversions.

    Multiple images may be compressed into ZIP files, requiring extraction, and large files may consume significant local storage space. Relying on an online HEIC to WebP tool means you need a compatible browser and decent internet speed; offline HEIC to WebP tools might offer faster, more reliable conversions without these dependencies.

  • susiowshoe's avatar
    susiowshoe
    Iron Contributor

    here’s a lightweight Windows command-line method using heif-convert from libheif to bulk convert HEIC to WebP without big software like Photoshop.

    heif-convert is a small command-line tool included in the libheif project, which can convert HEIC/HEIF images to other formats like JPEG, PNG, or WebP. It’s fast, lightweight, and doesn’t require a full image editor.

    Download the latest Windows ZIP package. Extract the ZIP to a folder, e.g., C:\libheif. Inside, you'll find heif-convert.exe,  the heic to webp conversion tool.

    Convert a single HEIC to WebP:

    heif-convert input.heic output.webp

    Bulk convert all HEIC files in a folder:

    for %f in (*.heic) do heif-convert "%f" "%~nf.webp"

    You can also make a ready-to-run Windows .bat script that you just double-click to convert all HEIC files in a folder to WebP with your chosen quality.

  • Jacokson's avatar
    Jacokson
    Iron Contributor

    Online-C0nvert supports multiple images, but very large batches might take longer or have upload limits. If your images are sensitive, check the site's privacy policy or consider using offline tools instead. There might be daily limits or restrictions on file size for free conversions.

    How to use Online-C0nvert to convert HEIC to WebP:

    • Go to its site
    • Click on "Choose Files" to select images from your PC.
    • You can upload multiple images at once if supported.
    • Alternatively, drag and drop images into the upload area.
    • You can adjust optional settings like image quality or resize if needed.
    • Usually, default settings work fine for most conversions.
    • Click "Start Conversion" or "Convert" button to convert HEIC to WebP. Wait for the process to complete.
    • Once done, click "Download" to save the converted WebP files to your PC.
    • You may get a ZIP file if multiple images were uploaded.
  • Loyes's avatar
    Loyes
    Iron Contributor

    GIMMP is a free heic to webp converter you can use on a Windows PC and Mac. It is a free and open-source image editor often considered a powerful alternative to Adobe Photoshop. It supports a wide range of image formats, including HEIC (with plugins) and WebP, making it a versatile tool for both editing and converting images on Windows. Since it's cross-platform, you can use it on Windows, macOS, and Linux.

    1. Launch the GIMMP HEIC to WebP Converter.
    2. Click File → Open and select your HEIC image.
    3. Go to File → Export As.
    4. In the Name field, change the file extension from .heic to .webp (or choose WebP from the file type list).
    5. Click Export.
    6. In the WebP export dialog, choose your desired quality level or leave it at default.
    7. Click Export again to save.

    GIMMP is a free, professional-grade image editor that can easily convert HEIC to WebP on Windows. After installing GIMMP and enabling HEIC support, you can open your image, export it as WebP, and customize quality settings before saving. While it’s more feature-rich than simple converters, it’s also heavier and best for users who want editing capabilities in addition to format conversion.

  • Columbian's avatar
    Columbian
    Iron Contributor

    Here's a step-by-step guide on how to use XConvert to free bulk convert HEIC to WebP on your Windows PC:

    1. Download and Install XConvert
    2. After installation, open XConvert from your Start menu or desktop shortcut.
    3. Go to the Input tab.
    4. Click Add files or Add folder to select the HEIC images you want to convert.
    5. You can select multiple files or entire folders containing HEIC images to convert HEIC to WebP.
    6. Switch to the Output tab.
    7. Under Format, select WebP from the dropdown list.
    8. Choose your desired output folder by clicking Browse.
    9. Adjust Compression quality (0-100). Higher quality means less compression.
    10. Other options include resizing, metadata removal, etc., if needed.
    11. Once everything is set, click Convert at the bottom.
    12. The program will process all selected HEIC images and save them as WebP in your chosen folder.

  • SigSoldier's avatar
    SigSoldier
    Iron Contributor

    Microsoft Photos in Windows 10/11 can open HEIC files (with the free HEIF Image Extensions installed) and save them as WebP without extra software.

    By default, Windows does not natively support HEIF files. Installing the HEIF Image Extensions from the Microsoft Store adds support for opening and viewing HEIF (.heic, .heif) images in apps like Photos, File Explorer, etc.

    How to convert heic to webp on windows 

    Step 1: Install HEIF Image Extensions from the Microsoft Store (free).

    Step 2: Open your HEIC file in Microsoft Photos.

    Step 3: Click the “…” menu in the top-right corner and choose Save as.

    Step 4: In the Save as type dropdown, select WebP (*.webp).

    Step 5: Choose a save location and click Save.

    Pros

    • Built-in and free.
    • No need for third-party software.
    • Works for single files easily.

    Cons

    • No batch heic to webp conversion.
    • Requires installing the HEIF Image Extensions first.

Resources