screenshot-laptop

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.

The short answer

  • Save as PNG, not JPGNo compression artefacts
  • Don't resize after captureZoom in before capturing instead
  • Check display scalingScaling 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:

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

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#

SymptomCauseFix
Text has coloured halosJPG compressionSave as PNG
Sharp on your screen, soft after uploadPlatform downscalingCapture a smaller region
Soft everywhere, low-res laptopNot enough pixelsZoom in before capturing
Huge file, soft when scaled downRetina resolutionResample properly, don't drag handles

Questions people actually ask

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.

On this page