---
title: "Why your screenshots look blurry"
url: "https://screenshot-laptop.com/fix/blurry-screenshot/"
platform: "cross-platform"
section: "Troubleshooting"
updated: "2026-09-12"
license: "CC-BY-4.0"
attribution: "screenshot-laptop.com"
---

# Why your screenshots look blurry

*Screenshots are pixel-exact copies of your screen, so they can't lose detail during capture. Everything that makes them look soft happens before or after.*

URL: https://screenshot-laptop.com/fix/blurry-screenshot/

## The short answer

- Save as PNG, not JPG — No compression artefacts
- Don't resize after capture — Zoom in before capturing instead
- Check display scaling — Scaling changes how much detail exists

## Cause 1: it's being resized somewhere

The commonest cause by far, and it usually isn't you doing it.

Uploading a capture to a chat app, a document, a ticketing system or a CMS often triggers automatic downscaling. A 3024-pixel-wide capture squeezed into a 700-pixel column has had three quarters of its pixels thrown away, and text is the first thing to suffer.

**What to do instead:**

- Capture a **smaller region** so it's displayed closer to its native size. A tight crop around the relevant dialog beats a full-screen capture the reader has to squint at.
- **Zoom the content before capturing.** `Ctrl`+`+` in a browser, or increase the font size in your editor, then capture. You get large, sharp text rather than small text enlarged.
- Where the platform allows it, **link the full-size image** rather than embedding a scaled copy.

## Cause 2: JPG compression

JPG is built for photographs, where smooth gradients hide its artefacts. Screenshots are the opposite — hard edges, flat colour, thin text — and that's exactly where JPG's compression shows as coloured fringing and halos around letters.

**Always use PNG for screenshots.** It's lossless, and for flat interface colours it often compresses smaller than JPG anyway.

Windows and ChromeOS use PNG by default. macOS does too, unless someone has changed it. [How to check and change it on a Mac](https://screenshot-laptop.com/macbook/change-save-location/)

## Cause 3: display scaling

This one is counter-intuitive and worth understanding.

Windows scaling at 150% means the operating system renders your interface at a larger size on a high-resolution panel. A capture records the **actual pixels**, so you get a large, detailed image. Fine.

The problem is the reverse: a low-resolution display at 100% scaling produces a capture with genuinely few pixels. A 1366 × 768 laptop panel gives you a 1366 × 768 image, and nothing can add detail that was never there. Displayed on someone else's high-resolution screen, it will look soft.

**On a low-resolution laptop:** capture regions rather than full screens, and zoom the content in before capturing. Both increase the pixels-per-element in the result.

## Cause 4: Retina and Windows scaling mismatch

A Mac screenshot is roughly twice the pixel dimensions you'd expect — a 1512-point-wide screen produces a 3024-pixel image. Drop that into a document set to display images at 100% and it appears enormous; scale it to fit and software may resample it badly.

Resize with a proper tool that uses a good resampling algorithm — Preview on Mac, Photos or Paint on Windows — rather than dragging a corner handle in Word or PowerPoint, which often produces the worst result.

## Cause 5: the content was already soft

Worth ruling out. A screenshot of an upscaled video, a low-resolution image on a web page, or a remote desktop session at reduced quality captures exactly what was on screen — including the softness already there.

Look at the original on screen and compare. If it's soft there, the capture is accurate and the problem is upstream.

## Quick reference

|Symptom|Cause|Fix|
|---|---|---|
|Text has coloured halos|JPG compression|Save as PNG|
|Sharp on your screen, soft after upload|Platform downscaling|Capture a smaller region|
|Soft everywhere, low-res laptop|Not enough pixels|Zoom in before capturing|
|Huge file, soft when scaled down|Retina resolution|Resample properly, don't drag handles|

## Questions

**Does taking a screenshot reduce quality?**

No. Every operating system captures the exact pixels on your display with no compression. Any loss happens afterwards, in how the file is saved, resized or uploaded.

**PNG or JPG for screenshots?**

PNG, essentially always. Lossless, sharp text, and usually a smaller file than JPG for flat interface colours. JPG only when you need to attach a great many captures to one email.

**Can I make a blurry screenshot sharp again?**

Not really. The detail isn't there to recover, and AI upscalers invent plausible detail rather than restoring the original — which for text means it may invent the wrong characters. Retaking the capture at a better size is always the better answer.
