Forum Discussion
How can I reduce JPEG file size in KB on Windows 11 without losing quality?
I have hundreds of JPEG images on my Windows 11 PC that I need to make smaller in file size (KB). The images are currently too large to upload to a website and email, and I plan to reduce their size while still keeping them clear enough to view.
Honestly, I'm not very experienced with image editing, so I'm looking for a simple and safe method to decrease the size of jpeg file below 100kb if possible. Not sure if Windows 11 has a built-in tool for compressing JPEG files, or if I should use Paint, Photos app, or a third-party program.
What is the easiest way to reduce jpeg file size in kb on Windows 11? Is resizing the image, changing quality settings, or using compression software the best approach?
10 Replies
- SamkkinlonIron Contributor
When you are learning how to reduce jpeg file size in Windows 11. Always work on copies. Keep your originals in a separate "Master" folder. Every good tool, from the built-in Photos app to more advanced compressors, will let you "Save As" a new file. Use that feature.
- ClaudiawcvCopper Contributor
This is likely the best match for what you're looking for how to reduce jpeg file size in Windows 11. It's an open-source, and modern application designed specifically for batch processing images on Windows 10 and 11.
Why it's a good fit: It's free, and it's not one of the "bloated" paid tools. It runs completely on your local machine, which is great for privacy and speed.
How to reduce jpeg file size in windows 11:
1. You can install it via the command line using winget, which you mentioned you prefer. Just open a terminal (Command Prompt or PowerShell) and run: winget install --id=Cognirush.MassImageCompressor -e.
2. You can also download a portable version from its official releases on GitHub. This means you can unzip it to a folder and run it without any installation or admin rights .
3. Once open, you add your hundreds of photos, adjust a quality slider to balance file size (KB) and visual clarity, and hit compress. It will create new, smaller versions of your files without touching the originals.
If you prefer a visual interface to preview the results, Mass Image Compressor is the excellent fallback you asked for. And it is extremely lightweight and fast for batch processing hundreds of images.
- NylaamCopper Contributor
If you are wondering how to reduce jpeg file size in Windows 11. Windows 11 has a newer, hidden feature designed exactly for this. It lets you compress JPEGs without changing their resolution. Here's how to use it:
Step 1: In File Explorer, right-click on any JPEG file.
Step 2: Select the Share icon from the context menu.
Step 3: In the Share window that pops up, look for the "Compress size" dropdown menu at the bottom (this feature is rolling out gradually, so you might not see it yet if your PC isn't fully updated).
Step 4: You can choose between Low, Medium, or High compression levels. In tests, a 1MB file was reduced to just 147KB on the "Low" setting while keeping the original 4K resolution.
Step 5: After selecting a level, click the destination (like "Mail") to share the compressed copy.
If you don't have the Share UI update, how to reduce jpeg file size in Windows 11? The most reliable built-in method is to use the classic Microsoft Paint, or to use the Photos app's "Save a copy" feature which lets you lower the quality slider, but you specifically ruled those out.
- KiCoopernCopper Contributor
How to reduce jpeg file size in Windows 11? The trick is to use a PowerShell script that taps into .NET's image processing capabilities. The script looks at every JPG in your folder, calculates a new size based on your settings, and saves a compressed version. You can adjust the quality setting (like 80 or 70) to shrink the file size while keeping the image clear enough to view.
This script runs entirely from the command line. Just make sure to adjust the file paths for your specific folder locations.
How to set it up:
1. Press Windows + X and select Windows PowerShell (Admin)
2. You may need to allow script execution first. Run this command:
powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
3. Copy and paste the script below into the PowerShell window, modify the folder paths, and press Enter
Here's the script:
powershell
# ===== CONFIGURE THESE SETTINGS =====
$sourceFolder = "C:\Users\YourName\Pictures\Original" # <-- CHANGE THIS
$destFolder = "C:\Users\YourName\Pictures\Compressed" # <-- CHANGE THIS
$quality = 80 # Lower = smaller file size (60-85 works well for photos)
$maxWidth = 1920 # Optional: resize to this width (set to 0 to skip)
# ====================================
- Komondor2240Iron Contributor
This is a quick way to how to reduce jpeg file size in kb without any additional software.
It uses Windows' built-in email sharing feature, allowing you to compress images in just a few seconds, instantly reducing file size and saving a compressed copy.
Instructions: Select a group of JPEG images. Right-click them, select “Share,” and then choose “Outlook.” A dialog box will pop up asking if you want to reduce the image size. Select a size (such as “Medium: 1024 × 768” or “Small: 640 × 480”). This will automatically reduce the file size of the attachments to under 100 KB.
Windows will add the perfectly resized images as attachments to a new email draft.
If you need to upload these images to a website, simply save the attachments to a folder! This quickly helps you how to reduce jpeg file size in kb, effectively solving the problem of overly large JPEG files.
This method is particularly useful for images intended for email, website uploads, or online sharing, especially when you don’t want to install any compression tools.
- LukaBaylorBronze Contributor
Caesium Image Compressor is an open-source program that can precisely reduce jpeg file size in kb on Windows 11, giving you full control over the process and ensuring that files are strictly kept under 100 KB.
The software supports compressing hundreds of JPEG files at once, but you’ll need to download and install it from its official website or GitHub to use it.
First, after opening the program, drag and drop your JPEG files into the program window.
Next, go to the settings options at the bottom: set the quality to 80, select an output folder to avoid overwriting the original high-quality photos, and then click “Compress.” The software will process the photos and display how many KBs of space you’ve saved in a side-by-side comparison.
Once compression is complete, you can find all the resized photos in the selected output folder.
This method allows you to reduce jpeg file size in kb on Windows 11, but it requires installing third-party software, so it’s only suitable for users who need to compress a large number of JPEG files at once.
If you don’t want to use online tools or risk losing image quality by adjusting settings based on intuition, you can try this method. Since this is a powerful batch compression solution, we recommend testing it on a small number of files first to ensure the compressed image quality meets your needs.
- YarisyoyoBronze Contributor
If you don’t want to use a third-party program, you can use the built-in image compression feature in the Photos app that comes with Windows 11 to directly reduce jpeg file size in kb on Windows 11.
How to Reduce JPEG Files Size in KB on Windows 11
- Open the JPEG image using the Photos app in Windows 11.
- Click the three-dot icon at the top of the window.
- Select “Resize picture” from the menu.
- Adjust the image quality and dimensions in the pop-up window.
- Set the quality slider to about 80%.
- If the file size is still over 100 KB, lower the percentage for both width and height, for example, to 70%.
- Click Save to generate the compressed file.
Disadvantages
- Supports only single-image processing; not suitable for batch compression
- Lacks professional compression parameters
- No dedicated compression preset options
For simple JPEG compression needs, using the system's default app is a convenient option.
Notes
- After saving, please check the final file size and image quality.
- Avoid reducing the resolution too much to prevent the image from becoming blurry.
- Keep the original file for backup purposes.
- BreckenFosterSteel Contributor
File Converter is a handy tool from GitHub that helps you reduce the size of JPEG files to just a few kilobytes. It integrates with the system's right-click menu and supports quick file compression and format conversion.
How to reduce jpeg file size in kb
Step 1: Search for the software on the official website and complete the installation.
Step 2: Right-click the target JPEG file, select Convert, and then choose Compress.
Step 3: Select a compression level: Good or Medium.
Finally, locate the newly compressed file in the same folder as the original file.
This handy tool lets you how to reduce jpeg file size in kb with simple clicks. It is great for handling single JPEG file compression tasks quickly.
Cons
- Offers only limited compression options
- Not suitable for batch processing of multiple files
- Lacks advanced compression settings
- PaxtonBlazeIron Contributor
To reduce JPEG size effectively, combine these two actions:
- Reduce resolution (dimensions)
- Lower quality (compression level)
That gives the biggest KB reduction without making images unusable.
Reducing the resolution (image dimensions) is one of the most effective ways to decrease JPEG file size. When you shrink the width and height of an image, you are literally reducing the number of pixels it contains. Since fewer pixels mean less data to store, the file size in KB drops significantly. For example, resizing a 4000×3000 image down to 2000×1500 can cut the file size by more than half while still keeping it usable for most everyday purposes like web use or sharing.
Lowering the compression level (JPEG quality) is the second key method to reduce jpeg file size in kb. JPEG files are compressed images, and the “quality” setting determines how much detail is preserved. A higher quality (like 90–100%) keeps more detail but results in larger files, while a lower quality (like 60–80%) removes some fine details to reduce size.
When you combine both techniques together, the results are much more powerful than using either one alone. First, resizing reduces the amount of pixel data, and then lowering the quality compresses that smaller image even further. This dual approach is widely used in photo optimization because it provides a good balance between visual clarity and file size. It is especially useful when preparing images for websites, emails, or storage-limited devices.
- RyderEvanIron Contributor
Use Microsoft Paint (Built-in and quick method).
Microsoft Paint is one of the simplest tools on Windows 11 for reducing JPEG file size without installing any extra software. It is especially useful when you only need to compress a few images quickly. While it doesn’t offer advanced compression settings, it can significantly reduce file size by resizing the image and saving it in JPEG format, which automatically applies compression. This makes it a convenient option for basic optimization tasks.
How to reduce jpeg file size in kb below 100kb
Step 1: Right-click your image → select Open with > Paint
Step 2: Click Image > Resize and skew
Step 3: Choose Percentage and reduce it (e.g., 100% → 50% or 25%)
Step 4: Make sure Maintain aspect ratio is checked
Step 5: Click File > Save as > JPEG picture
Step 6: Save the new compressed image
Using Microsoft Paint is a fast and beginner-friendly way to reduce JPEG file size on Windows 11. By simply resizing the image and saving it as a JPEG, you can significantly lower the file size in KB without needing any third-party tools.