# How to convert HEIC to JPG on a Chromebook > ChromeOS is the platform where a browser-based converter genuinely is the best tool, because there is no meaningful desktop software to fall back on. Source: https://jpg-heic.com/how-to/convert-heic-to-jpg-on-chromebook | Section: How-to guide | Updated: 2026-08-31 ## Why ChromeOS is unpredictable here Chromebook HEIC support depends on three things that vary independently: your ChromeOS version, the hardware video decoder in your particular chipset, and whether the file came from a source ChromeOS recognises. That combination is why two Chromebooks in the same room behave differently with the same file, and why advice you find elsewhere so often does not match what you are seeing. The practical upshot: do not spend long troubleshooting. Test once with the Gallery app, and if it fails, convert in the browser and move on. - **Try the Gallery app first**Double-click the HEIC in **Files**. Recent ChromeOS builds open it in **Gallery**, where you can crop or rotate and then use the save option. If it opens, you are done. If you get an unsupported format message, move to the next step. - **Convert in the browser**Open the converter, drag files straight from the Files app onto the drop zone, and save the JPGs back to your Downloads folder. Everything runs locally in the tab, so it also works with the Chromebook offline once the page has loaded. - **Use Linux tools if you have the Linux container enabled**In **Settings → Advanced → Developers**, turn on the Linux development environment. Then `sudo apt install libheif-examples` and convert with `heif-convert photo.heic photo.jpg`. Best for large batches and scripting. - **Or fix it upstream**If the files come from your own iPhone, switching it to **Most Compatible** capture removes the problem permanently. If they come from someone else, ask them to send via email, which converts automatically. ## Android apps on ChromeOS Chromebooks that support the Play Store can install Android image apps, which sometimes handle HEIC when the native Gallery cannot. Google Photos for Android is the most reliable of these — the same edit-and-save-copy trick used on phones produces a JPG. It is heavier than a browser tab for the same result, so it is worth trying only if you already use it. ## Working offline Chromebooks are often used in places with unreliable connections, so this is worth stating plainly: the converter on this site loads its decoder once and then works with no network at all. Open the page while you have signal, and it continues converting after you lose it. The Linux container route is fully offline too, once the package is installed. **Managed school and work Chromebooks.** If your device is enrolled by an organisation, the Linux development environment is often disabled by policy and the Play Store may be restricted. In that situation a browser converter is not just the easiest option, it is realistically the only one that will not require a request to IT. ## Frequently asked questions **Can Chromebooks open HEIC files?** Recent ChromeOS versions open many HEIC files in the Gallery app, but support varies with ChromeOS version and hardware. Files from some sources still fail with an unsupported format message. **What is the best HEIC converter for a Chromebook?** A browser-based one that runs locally, since ChromeOS has no meaningful desktop software to install. If the Linux environment is available, libheif's heif-convert is excellent for large batches. **Does converting work without an internet connection?** Yes, once the converter page has loaded. The decoder runs inside the tab, so conversion continues offline. Loading the page for the first time does require a connection. **Why does my school Chromebook not let me install anything?** Managed devices are typically locked down by administrator policy, which commonly disables the Linux container and restricts the Play Store. Browser tools remain available because they install nothing.