Picovert

How to Convert Screenshot to JPG for Free

By Picovert Team2026-05-124 min read

Every screenshot you take on Windows, Mac, or a smartphone is saved as a PNG file by default. PNG is a lossless format — it preserves every pixel exactly as captured, which is why a single Windows screenshot can weigh 1–5 MB and a Mac Retina screenshot can reach 8 MB. The same content saved as JPG typically comes in at 200 KB–1 MB — a 60–80% size reduction. For most sharing purposes, that JPG looks virtually identical to the original.

When to Keep Your Screenshot as PNG

Not every screenshot should be converted. PNG is the right choice in these situations:

  • Screenshots containing text or code: JPG compression creates blurry halos around sharp edges. Text, code listings, and terminal output look noticeably worse in JPG, especially at smaller sizes. PNG keeps characters crisp.
  • UI screenshots for documentation: software documentation and tutorials benefit from pixel-perfect screenshots. Button labels, icons, and fine UI details stay sharp in PNG. Use JPG only if the documentation is web-based and load speed matters.
  • Screenshots you'll edit further: if you plan to annotate, crop, or layer the screenshot in an editor, keep it as PNG. JPG re-encodes on every save, accumulating quality loss with each edit. Only convert to JPG for the final export.
  • Screenshots with flat colors or gradients: interfaces with solid background colors compress very well as PNG, and JPG can introduce visible banding in smooth gradients.

When to Convert Screenshots to JPG

JPG is the better choice when file size matters more than pixel-perfect fidelity:

  • Sharing via email: email attachment limits are typically 10–25 MB. A handful of PNG screenshots can easily hit that ceiling. Converting to JPG lets you attach far more images without hitting the limit.
  • Sending in messaging apps: WhatsApp, iMessage, Slack, and most messaging apps re-compress images anyway. Sending a smaller JPG gives you more control over the final quality rather than letting the app choose for you.
  • Uploading to websites or CMS platforms: blog posts, help centers, and landing pages load faster with JPG screenshots. Large PNG screenshots slow down page load times unnecessarily.
  • Presentation slides: PowerPoint and Google Slides embed images directly. JPG screenshots keep presentation file sizes manageable, especially when the slide deck contains many screenshots.

Method 1: Online Converter (Fastest)

The quickest way to convert a screenshot to JPG from any device is to use an online converter. No software installation required — just upload and download.

  1. Go to the Image Converter and drop your PNG screenshot onto the page (or click to browse)
  2. Select JPG as the output format
  3. Click Convert and download your JPG file

The entire process takes under 30 seconds. The converter runs entirely in your browser — your screenshot is never uploaded to any server.

Method 2: Windows Paint

Paint is built into every version of Windows and handles PNG-to-JPG conversion without any additional software:

  1. Right-click the screenshot file and choose Open with → Paint
  2. Click File → Save as → JPEG picture
  3. Choose a save location and click Save

Paint saves JPG at a fixed quality setting (around 85%). For most screenshots this produces a good result. If you need finer quality control, use the online converter or Windows Photos app instead.

Method 3: Mac Preview

Preview on macOS has a built-in export function with a quality slider:

  1. Double-click the screenshot to open it in Preview
  2. Go to File → Export
  3. Change the format dropdown from PNG to JPEG
  4. Drag the Quality slider to your preferred level (80–90 recommended)
  5. Click Save

Preview's quality slider gives you direct control over the file size–quality tradeoff. At 85% quality, a typical Mac screenshot shrinks from 3–6 MB to around 300–600 KB.

Method 4: Change Screenshot Format on Mac (All Future Screenshots)

If you always want your Mac screenshots to be JPG instead of PNG, you can change the default format system-wide. Open Terminal and run:

defaults write com.apple.screencapture type jpg

After running this command, every screenshot you take with Cmd + Shift + 3 or Cmd + Shift + 4 will be saved as JPG automatically. To revert back to PNG, run the same command replacing jpg with png.

Method 5: Change Screenshot Format on iPhone

iPhones save screenshots as PNG by default. While you can't change the screenshot format directly, you can change the camera capture format to get JPEG-compatible images:

  1. Open Settings → Camera → Formats
  2. Select Most Compatible (instead of High Efficiency)

This changes photo captures to JPEG instead of HEIF. Screenshots themselves remain PNG on iPhone — to convert them, use the online converter after transferring to your computer, or use a shortcut/app on your iPhone.

Quality Settings for Screenshot Conversion

JPG quality settings directly control the tradeoff between file size and visual fidelity. For screenshots specifically:

  • Quality 90–95%: barely distinguishable from the original PNG. Files are still 50–60% smaller than the original PNG. Best for documentation that must look professional.
  • Quality 80–90%: very good for screenshots with photos or complex graphics. Minor artifacts may appear around text, but are barely noticeable at normal viewing sizes. This is the recommended range.
  • Quality 60–70%: acceptable if file size is the top priority. Text in screenshots will show visible JPG artifacts, so avoid this range for code or UI documentation.
  • Below 60%: only for rough drafts or thumbnails. Text becomes clearly blurry and artifacts are visible at a glance.

Reduce File Size Even Further

After converting your screenshot to JPG, you can squeeze the file size down even further without visible quality loss using the Image Compressor. The compressor applies additional optimization on top of the JPG conversion, often reducing the file size by another 20–40% with no perceptible difference in quality.