How to Upscale an Image Without Losing Quality (What Actually Works)
Why enlarged photos go blurry, the difference between resampling and AI upscaling, how many pixels you need for print, and the free and offline ways to upscale images properly.
By Zeeshan Khalid · Updated 26 September 2026
You've found the perfect photo, but it's 800 pixels wide and you need it for a print, a slide or a banner. Stretch it and it goes soft and blocky. Here's why, and what actually works.
Why enlarged images look bad
A digital image is a grid of pixels. Enlarging it 2x means creating three new pixels for every original one. The question is how to fill them in:
- Nearest neighbour copies the closest pixel — fast, but blocky ("pixelated").
- Bilinear / bicubic blends neighbouring pixels — smooth, but blurry. This is what Paint, Word and most apps do.
- Lanczos and multi-step resampling — a bit sharper, with edge enhancement.
- AI super-resolution — a neural network trained on millions of low/high-resolution pairs predicts what the missing detail should look like: hair strands, fabric, leaves, text edges.
Only the last one adds convincing detail. The others just make the existing information bigger.
Step 1: Start from the best possible source
Before reaching for an upscaler:
- Find the original. Photos from messaging apps and social media are compressed and downsized. Check your phone's gallery, the original email, or cloud backups.
- Search for a larger version. For images that aren't yours, a reverse image search often finds a higher-resolution copy.
- Rescan prints at 600 DPI instead of photographing them.
A 2x upscale of a clean original beats a 4x upscale of a compressed copy every time.
Step 2: Work out how many pixels you need
| Output | Pixels needed |
|---|---|
| Full-HD screen / slide | 1920 × 1080 |
| 4K wallpaper | 3840 × 2160 |
| 6 × 4 in photo print (300 PPI) | 1800 × 1200 |
| 8 × 10 in print (300 PPI) | 2400 × 3000 |
| A4 print (300 PPI) | 2480 × 3508 |
| A2 poster (150 PPI, viewed from distance) | 2480 × 3508 |
| Instagram post | 1080 × 1350 |
Divide the target by your image's size to find the factor. If you need 1.6x, upscale 2x and scale down slightly — don't jump to 4x.
Step 3: Choose your upscaling method
Free: resampling in your browser
The free image upscaler enlarges 1.5x–4x in 2x steps with high-quality resampling and an adjustable sharpen, runs in your browser and adds no watermark. It's ideal for screenshots, graphics, logos and modest enlargements, and for making small text readable before OCR. It won't invent detail, and I say so on the tool.
Built into Windows
On Copilot+ PCs, recent versions of the Windows Photos app include a Super resolution option that uses the NPU to upscale locally. On other PCs, Photos and Paint only offer basic resizing.
Online AI upscalers
Many websites offer AI upscaling. They work well, but you're uploading your photos, usually with credit limits, watermarks or a subscription, and a queue.
Offline AI upscalers
Open-source models like Real-ESRGAN can be run locally from the command line, or via apps that bundle them. This gives you AI quality without uploads — the best option for family photos, client work and anything private.
Tips for the best results
- Clean up first. Heavy JPEG artefacts get amplified; many AI models include a mild denoise step.
- Faces: general upscalers can make faces look waxy. Use a moderate factor and compare with the original.
- Logos and graphics: use PNG output to keep transparency, and consider recreating simple logos as vectors (SVG) instead — they scale infinitely.
- Compare at 100% zoom before printing. Upscaling artefacts are invisible at thumbnail size.
- Save as PNG for further editing; export JPEG only at the end.
Offline AI upscaling in batches
I built Upscale Studio for Windows because most AI upscalers are either cloud services with credits, or command-line tools. It ships four AI super-resolution models inside the app (nothing to download), upscales 2x, 3x or 4x, processes whole folders with per-file progress and an honest time estimate for your hardware, keeps transparent PNGs crisp, and strips GPS from the output by default. It's a one-time purchase and runs entirely on your PC.
Frequently asked questions
- Can you really upscale an image without losing quality?
- Not in the strict sense — you can't recover detail that was never captured. AI upscalers predict plausible detail so the result looks sharp, which is usually what people mean. Traditional resampling only makes pixels bigger and smoother.
- How many pixels do I need to print a photo?
- For sharp prints, aim for 300 pixels per inch: a 6×4 inch print needs 1800×1200 pixels, an 8×10 needs 2400×3000, and an A4 print about 2480×3508. Large posters viewed from a distance can use 150 PPI.
- Is 4x upscaling better than 2x?
- Only if you need the pixels. Each doubling asks the upscaler to invent more detail. Upscale to the size you actually need; for most uses, 2x from a good source looks better than 4x from a poor one.
- Does upscaling fix blurry photos?
- It helps with low resolution, not with motion blur or missed focus. Some AI models sharpen mild softness, but a genuinely out-of-focus photo will stay soft.