Here is how to convert image to jpg no matter what format you are starting from: use the browser tool on this site for a PNG, WebP, or AVIF file, and use your operating system's built in export, Paint or Photos on Windows, Preview on a Mac, for anything else, including HEIC, TIFF, or RAW. Pick JPG as the output and the original file stays exactly where it was.
Every one of those source formats ends up needing to be a JPG for the same reason. An upload form, a print vendor, an older piece of software, or a client's inbox does not recognize anything else, and JPG is still the one format nearly everything opens without complaint. The right method depends entirely on what you are starting with, not on some universal trick, so this guide splits by format and device instead of pretending one button fixes everything. For the format itself, what a JPEG actually is and how its compression works, see the JPEG guide.
Convert to JPG in Your Browser: PNG, WebP, and AVIF
If your file is already a PNG, WebP, or AVIF, skip installing anything and use the PNG to JPG converter on this site. The output format is already set to JPG, so you drop the file in and download the result in seconds.
| Source format | Converts here, in the browser | Best method |
|---|---|---|
| PNG | Yes | Browser tool above |
| WebP | Yes | Browser tool above |
| AVIF | Yes | Browser tool above |
| HEIC (iPhone photos) | No | Photos (Windows) or Preview (Mac) |
| TIFF | No | Paint (Windows) or Preview (Mac) |
| RAW (camera files) | No | Camera software, then Preview if needed |
Convert PNG to JPG (and WebP, AVIF) Without Installing Anything
The conversion runs at quality 80 by default, the setting the tool is built around because it looks identical to the source at normal zoom, and it strips EXIF metadata automatically, the camera and GPS data a phone or camera writes into the file without asking. There is no signup for files up to 25 MB, batches up to 30 images, so a folder of PNG screenshots or WebP downloads converts together in one pass. A free account raises that to 100 images a month with a usage dashboard, and Pro is 12 dollars a month flat for 10,000 images, 50 MB files, and batches of 100.
The size difference is usually the whole reason to bother. PNG is lossless, so a photographic PNG sitting at several megabytes is normal, since the format keeps every pixel value exactly rather than throwing away detail a screen cannot show anyway. Convert PNG to JPG at quality 80 and that same image typically comes back dramatically smaller, because a lossy encoder is finally allowed to discard the detail nobody could see. WebP and AVIF do not carry that same penalty, WebP alone already runs "25 to 35 percent smaller" than an equivalent JPEG at the same visual quality (MDN, Choosing an image format), so converting either one to JPG usually makes the file bigger rather than smaller, not because anything went wrong, just because JPEG was never the more efficient format to begin with.
How to Convert Image to JPG on Any Device
Every operating system already ships a way to save an image as JPG with nothing to install. The trick is knowing where to look and what each one does with HEIC, TIFF, and other formats our browser tool does not accept directly.
Windows: Paint or Photos
Right-click the file and choose Open with, then Paint, which reads PNG, BMP, TIFF, and most other common formats. Use File, then Save as, and choose JPEG picture (Microsoft, Save a picture). For a HEIC file straight off an iPhone, open it in the Photos app instead, use the menu to Save As, and pick JPG. Windows does not recognize HEIC out of the box, it is a format native to Apple, so you need the free HEIF Image Extensions from the Microsoft Store before the file will even open (Adobe, HEIC files).
Mac: Preview Export
Open the file in Preview, choose File, then Export, set the Format menu to JPEG, and adjust the Quality slider before saving. Preview reads HEIC, TIFF, PNG, and several other formats with no extra install, and the same dialog lets you dial the output quality up or down before you commit to a file (Apple, Preview: convert image file types). To convert more than one file at a time, open every file in one Preview window, select them all in the sidebar, then run the same Export steps once for the whole batch.
iPhone: Stop Making HEIC Files, or Convert the Ones You Have
The cleanest fix is to stop the problem at the source: go to Settings, then Camera, then Formats, and choose Most Compatible. New photos save natively as JPEG from that point on, no conversion step ever needed again. HEIF and HEVC, the formats Most Compatible avoids, do compress better than JPEG, using less storage for the same visual quality, which is exactly why Apple defaults to them and why you would only switch if compatibility matters more to you than storage space (Apple, Using HEIF or HEVC media). For photos you already have in HEIC, the fastest way to convert HEIC to JPG on the phone itself is the Share sheet: tap Share, choose Duplicate, and the duplicate saves as JPEG, or AirDrop the original to a Mac or PC and let the receiving device's own export handle it.
Android: The Browser Tool Still Works
Android does not ship a dedicated format-conversion screen the way Windows and Mac do. Most Android camera photos are already JPEG by default, so the conversion problem mostly shows up with downloaded PNG screenshots or WebP images from the web. If you specifically need to convert WebP to JPG on Android, drop the file into the same browser tool described above, it runs in Chrome on Android exactly like it does on desktop, so there is nothing to install and no app to trust with the file.
RAW Files: Export From Your Camera Software First
A camera RAW file, the unprocessed sensor data a DSLR or mirrorless camera saves alongside or instead of a JPEG, is not something Paint, Photos, or Preview reliably opens on its own. RAW is not one format, it is a family of them, CR2 and CR3 from Canon, NEF from Nikon, ARW from Sony, and each needs either the camera maker's own software or a RAW-capable editor such as Lightroom or Capture One to open it at all. Convert a RAW file to JPG by exporting from that editor instead of hunting for an OS-level trick, since the export step is also where the real editing decisions, exposure, white balance, cropping, actually happen, and doing that before you touch JPG's lossy compression is the only order that keeps you from baking in a mistake. Once the RAW file is exported as a full-quality JPEG or a TIFF, our browser converter or Preview's export handles it the same as any other image from there.
What Do You Lose When You Convert an Image to JPG?
You lose transparency completely and you lose a small amount of detail every time, because JPG has no channel to store an alpha value and its compression is lossy by design.
Any transparent area in a PNG or WebP becomes a solid color, almost always white, the moment you convert to JPG, since there is nowhere in the format to store "see-through." If you need the image to stay transparent, do not convert it to JPG at all, convert to WebP instead, which keeps the alpha channel and still beats JPEG on file size.
The quality loss is smaller but real. Lossy compression, in Wikipedia's plain description, means "some original image information is lost and cannot be restored" (Wikipedia, JPEG). At quality 80 that loss is invisible at normal zoom on a photograph. On a screenshot, a logo, or a diagram with hard edges and flat colors, the same compression smears edges into visible fuzz, a bad trade for a file that was probably small to begin with.
| Starting format | What survives | What does not |
|---|---|---|
| PNG (photo) | Colors, detail at normal zoom | Transparency, exact pixel values |
| PNG (logo, line art) | Colors | Transparency, sharp edges |
| WebP | Colors, most detail | Transparency, some size efficiency |
| HEIC | Colors, most detail | Some compression efficiency |
| TIFF | Colors, detail | Layers, lossless guarantee |
What Happens to File Size When You Convert to JPG? (The Actual Math)
Converting a lossless format like PNG to JPG almost always shrinks the file, sometimes dramatically. Converting an already-efficient format like WebP or AVIF to JPG almost always grows it. Both outcomes follow directly from how each format was built, not from anything going wrong.
Start from a plain JPEG at 500 KB and work backward using the ratios already cited above. WebP runs 25 to 35 percent smaller than an equivalent JPEG, and AVIF runs roughly 50 percent smaller than JPEG at the same visual quality. Using the midpoint of the WebP range, a WebP file at the same quality as a 500 KB JPEG would be about 500 times (1 minus 0.30), or 350 KB. An AVIF file at the same quality would be about 500 times (1 minus 0.50), or 250 KB. Convert either one to JPG and you are not losing quality, you are giving up the smaller format's efficiency, so the file grows back toward that 500 KB JPEG-equivalent size.
| Source | Size at equal quality | After converting to JPG |
|---|---|---|
| WebP | About 350 KB (25 to 35% smaller than JPEG) | About 500 KB |
| AVIF | About 250 KB (about 50% smaller than JPEG) | About 500 KB |
| PNG (photographic) | 5 to 10x heavier than an equivalent JPEG | Often dramatically smaller |
PNG runs the arithmetic in the opposite direction. Because PNG keeps every pixel value exactly, a photographic PNG is routinely five to ten times heavier than a JPEG of the same picture, so converting it to JPG at quality 80 gives up that lossless guarantee in exchange for a file that is very often smaller, not bigger. Which direction you go always depends on whether you are leaving a lossless format or entering one, not on anything specific to JPG itself.
When Should You Convert to JPG, and When Should You Not?
Convert to JPG when you need a photograph in the one format almost any upload form, print vendor, or old piece of software can open. Skip it when you need transparency, when the source is line art or a screenshot with text, or when the file you are about to overwrite is your only good copy.
- Convert to JPG: photos going into an upload form, an email, a print order, or any tool that rejects modern formats.
- Do not convert to JPG: anything with transparency you need to keep, use WebP instead, screenshots or diagrams with sharp text, keep those as PNG, or a RAW file you have not finished editing, export from your photo editor once you are done, not before.
- Keep your original file regardless of format, and convert a copy. This matters most when the source is already lossy, an existing JPEG or a HEIC photo, since every re-encode throws away more detail on top of what is already gone.
Why Does My Converted JPG Look Blurry, Too Big, or Wrong?
Most conversion problems trace back to one of three causes: a quality setting too low for the source, a format that was already smaller than JPEG, or a transparent background you did not expect to lose.
Blurry output almost always means the quality setting was too aggressive for that particular image, sharp text and hard edges show compression artifacts sooner than a soft photograph does, so try a higher quality setting or keep that specific file as PNG instead. A file that comes out larger than you expected almost always means you converted from WebP, AVIF, or HEIC, all three are more efficient than JPEG at the same visual quality, so growth on conversion is expected, not a bug. A white or black box where a transparent area used to be means the source had an alpha channel JPEG cannot store, convert to WebP instead if that image needs to stay transparent.
Is It Safe to Convert Images Online?
It depends entirely on where the file goes and how long it stays there, not on whether the tool is a website versus an installed program.
A local, built-in tool like Preview or Paint never sends the file anywhere, which makes it the safer default whenever it is available on the machine in front of you. When you convert image to jpg online, for a format the OS tools do not read directly or a computer where you cannot install anything, look for a converter that states a retention policy rather than staying silent about it. This site's own browser tool deletes uploaded files from storage within an hour of upload, a background job sweeps the bucket every 15 minutes, and every file is reachable only through a signed link that expires in 15 minutes, not a public URL anyone could guess.