How to Change a Picture Format From PNG to JPG

Converting an image from PNG to JPG is one of the most common file tasks in digital life — whether you're trying to reduce a file's size, meet an upload requirement, or simply make a photo easier to share. The good news is that it's genuinely straightforward on almost every device and operating system. The more interesting question is which method fits your situation best, and that depends on a few variables worth understanding before you start clicking.

Why the Format Difference Actually Matters

PNG (Portable Network Graphics) uses lossless compression. Every pixel of the original image is preserved exactly, which is why PNGs tend to be larger files and are preferred for graphics, logos, screenshots, and images with transparent backgrounds.

JPG (also written JPEG — Joint Photographic Experts Group) uses lossy compression. It discards some image data to shrink the file size, which is why it's the standard for photos, social media images, and anything where file size matters more than pixel-perfect precision.

When you convert PNG to JPG:

  • File size typically decreases — sometimes dramatically
  • Transparency is lost — JPG doesn't support an alpha channel, so any transparent areas become a solid color (usually white)
  • Some image quality is reduced — usually imperceptible for photos, but potentially visible in graphics with sharp edges or flat color blocks

This is a one-way trade-off worth knowing upfront. Once saved as JPG, the discarded data is gone.

How to Convert PNG to JPG on Windows 🖼️

Using Paint (built-in, free, no download needed):

  1. Right-click the PNG file and select Open with → Paint
  2. Go to File → Save as
  3. Choose JPEG picture from the dropdown
  4. Name the file and save

Using Photos app:

  1. Open the PNG in the Photos app
  2. Click the three-dot menu → Save as
  3. Change the file type to JPEG

Both methods work without installing anything. The difference is that Paint gives you slightly more control over the output, while Photos is faster for a quick one-off conversion.

How to Convert PNG to JPG on macOS

Using Preview (built-in):

  1. Open the PNG file in Preview
  2. Go to File → Export
  3. In the Format dropdown, select JPEG
  4. Adjust the Quality slider if needed — higher quality means larger file size
  5. Save

Preview's quality slider is one of its underrated features. For photos, settings between 70–85% typically produce files that look nearly identical to the original but are significantly smaller.

Batch converting multiple files in Preview: Select all PNG files in Finder, open them together in Preview, select all thumbnails in the sidebar, then File → Export Selected Images — choose JPEG and a destination folder.

How to Convert PNG to JPG on iPhone or Android 📱

Mobile operating systems don't expose file format conversion as cleanly as desktop systems, but there are practical routes:

On iPhone:

  • The Files app doesn't natively convert formats, but apps like Shortcuts can automate this with a simple "Convert Image" action
  • Many photo editing apps (including the built-in Photos app when sharing to certain platforms) automatically handle compression

On Android:

  • Google Photos and most gallery apps don't offer direct format conversion, but third-party apps from the Play Store fill this gap
  • Some file manager apps include basic conversion tools built in

The mobile path is generally less direct than desktop, which matters if you're converting frequently or in bulk.

Browser-Based and Online Converters

Tools like Squoosh (Google's open-source image tool, runs in the browser) let you convert PNG to JPG without installing software and without uploading files to a third-party server — everything processes locally in your browser.

Other online converters do upload files to their servers, which is worth factoring in if the images contain sensitive or private content.

Key variables when choosing an online tool:

  • Whether conversion happens locally (in-browser) or on the provider's server
  • Whether you need batch conversion or single-file
  • Level of quality/compression control offered

The Variables That Change Your Best Approach

FactorWhat It Affects
Number of filesOne-off vs. batch conversion tool
Operating systemAvailable built-in tools differ significantly
Image contains transparencyTransparent PNGs need background color decisions before conversion
Quality sensitivityPhotos tolerate more compression than diagrams or text-heavy graphics
Privacy of the imageLocal vs. cloud-based conversion matters
Technical comfort levelBuilt-in tools vs. command-line tools vs. dedicated apps

When PNG-to-JPG Conversion Gets More Complicated

For most people, the methods above cover everything. But some situations add complexity:

Transparent PNGs — If the original image has a transparent background, you'll need to decide what color fills that space before or during conversion. Most tools default to white. If white isn't right for your use case, tools like Preview on Mac or image editors let you set a custom background color first.

Bulk conversion of hundreds of files — Built-in tools can handle small batches, but for large volumes, dedicated software or command-line tools (like ImageMagick) handle this far more efficiently. The learning curve is steeper, but the payoff in time saved is significant at scale.

Preserving maximum quality — If the PNG source is being converted for archival or professional print use, the JPG quality setting becomes more consequential. Higher quality settings (90–100%) preserve more detail but reduce the file size benefit.

What Actually Determines Your Best Method

The conversion itself is simple regardless of platform. What varies — and what determines which approach saves you the most time with the best result — is the combination of how many files you're working with, what device you're on, whether transparency is involved, and how much quality control you need over the output.

Someone converting a single screenshot on a Windows laptop has a completely different set of optimal steps than someone batch-processing PNG product photos on a Mac or converting images on a phone with no desktop access. The mechanics of PNG-to-JPG conversion are fixed; the workflow that fits is shaped entirely by your own setup.