How to Reduce Image File Size on Windows — No Software Required
Windows has three built-in ways to reduce image file size without installing anything: Paint (resize dimensions or convert PNG to JPEG), the Photos app (a right-click resize in Windows 11 most people haven't found), and a browser-based tool when you need to hit an exact KB target. Each covers a different job — the table below tells you which to reach for.
| Your goal | Best built-in method | Works on |
|---|---|---|
| Convert PNG to JPEG (fastest size reduction) | Paint → Save as → JPEG | Windows 10 & 11 |
| Resize to specific pixel dimensions | Paint → Image → Resize (switch to Pixels) | Windows 10 & 11 |
| Quick resize, keeps original file intact | Photos app → Resize image | Windows 11 only |
| Hit a specific file size target (e.g. under 200KB) | Browser-based tool | Windows 10 & 11, any browser |
Method 1: Microsoft Paint — resize and convert
Paint ships on every version of Windows and handles two of the most effective ways to shrink an image: resizing pixel dimensions and converting PNG files to JPEG.
To convert PNG to JPEG (no resizing needed)
- Right-click your image in File Explorer → Open with → Paint.
- Go to File → Save as → JPEG picture.
- Choose a filename and save.
That's it. PNG uses lossless compression — every pixel is stored exactly. JPEG uses lossy compression that drops data the eye doesn't register. For photographs and product images, switching from PNG to JPEG typically cuts file size by 60–80% with no visible quality difference on screen. If you have a large PNG and just need it smaller for a web upload or email, this single step usually gets you to under 200KB without touching the pixel dimensions.
To resize pixel dimensions in Paint
- Open your image in Paint.
- Click Resize in the toolbar (or press Ctrl+W).
- Switch from Percentage to Pixels — the dialog defaults to Percentage (see the warning below).
- Enter your target width. Keep "Maintain aspect ratio" checked.
- Click OK, then File → Save as → JPEG picture.
The Paint mistake that produces the wrong image size
Paint's Resize dialog opens in Percentage mode by default — not Pixels. The toggle sits above the input fields and is easy to miss.
If you type "800" without switching the mode to Pixels, Paint reads it as 800% of the original dimensions, not 800 pixels. A 1000px-wide photo becomes 8000px wide. Type "50" and you get 50% of the original, not a 50px thumbnail. This is the most common source of wrong-dimension exports from Paint, and almost no guide mentions it because the mistake only reveals itself after you've already saved the file.
Fix: every time you open the Resize dialog, check the toggle first. Switch it to Pixels, then type your target width.
Method 2: Windows 11 Photos app — right-click resize
Windows 11 added a resize feature to the Photos app that the vast majority of guides haven't caught up to yet. It lives in the Photos app's overflow menu and lets you pick from small, medium, and large presets or enter custom pixel dimensions.
- Right-click your image in File Explorer → Open with → Photos.
- In Photos, click the three-dot menu (…) in the top-right.
- Select Resize image.
- Pick a preset or enter a custom width.
- Click Save.
Photos saves a new copy of the file and leaves your original untouched — which Paint's default Save does not. That makes Photos the safer option if you're not confident you'll want to go back to the original. The limitation: this is Windows 11 only, and the Photos app must be installed (it comes pre-installed but can be removed).
When built-in tools aren't enough: hitting an exact KB target
Paint and Photos both work in pixel dimensions. Neither lets you say "make this image under 150KB" and have the tool find the right quality level to get there. That gap matters for anything with a stated file size limit: blog image budgets, email attachment limits, platform upload requirements.
For those cases, use a browser-based compressor. Open resizeimageonline.net, drop your image in, type your target size — say, 150KB for a blog post image or 500KB for a social media graphic — and the tool adjusts JPEG quality automatically to hit it. Processing runs entirely in your browser; nothing is sent to a server. You see the before and after file size before downloading.
This approach is also faster than Paint for single images where quality control matters. Paint's JPEG quality is fixed and not user-adjustable — if you need more control over the output, a browser tool gives you that without installing anything.
Frequently asked questions
Does saving a JPEG in Paint reduce quality further?
Paint saves JPEGs at a fixed quality level you can't adjust. It's high enough for most on-screen use, but re-saving an already-compressed image in Paint adds a small additional quality drop from a second round of lossy compression. If precise quality control matters, use a browser-based tool where you can set the target size and see the result before committing.
Can I reduce image file size on Windows without changing the dimensions?
Yes — convert the format instead of resizing. Open the image in Paint and use File → Save as → JPEG picture. If the original is a PNG, this typically cuts file size by 60–80% without touching pixel dimensions. The trade-off: JPEG is lossy, so a PNG with transparency or sharp-edged text (like a logo or screenshot) will show some quality loss after conversion.
Why does Paint resize to the wrong size when I type a pixel number?
The Resize dialog opens in Percentage mode by default. If you type "800" without switching the toggle to Pixels, Paint treats it as 800% of the original — making the image eight times larger, not 800px wide. Always check the Percentage/Pixels toggle before entering a number.
Is the Photos app resize feature available on Windows 10?
No. The right-click Resize option in the Photos app is Windows 11 only. On Windows 10, Paint is the built-in option for resizing. A browser-based tool is the other no-install alternative and works on both Windows 10 and 11.
How do I reduce image file size on Windows without losing quality?
For photographs, converting from PNG to JPEG in Paint produces a much smaller file with no visible quality loss on screen. For true lossless reduction, stripping metadata (EXIF data embedded by cameras and smartphones) removes 10–50KB without any pixel change — browser-based tools typically strip this automatically during compression.