Forum Discussion
How to fix Windows 11 system using too much data
Noticed that free space on the main drive has been shrinking steadily ever since upgrading to Windows 11, even without installing anything new. Started with a decent amount of breathing room but now it's gotten uncomfortably low to the point where it's affecting performance.
Dug around a bit in Storage Settings and found some large chunks under System and Reserved storage, but it's not entirely clear what's safe to touch and what isn't. There also seems to be leftover files from the Windows upgrade itself still sitting on the drive taking up several gigabytes.
Why is the system using so much data in Windows 11? Is something running in the background quietly accumulating data? Would love to understand what's actually consuming all the space and what can be safely cleaned up without breaking anything.
10 Replies
- SamkkinlonIron Contributor
How to fix Windows 11 system using too much data? The core of the problem is your "System & Reserved" storage, which includes your old Windows installation, the hibernation file (which reserves space equal to your RAM), and the component store. Each of these can safely be reduced.
- EverlxeCopper Contributor
Before you can fix the problem, you need to know what's causing it. Windows has a built-in data usage monitor that shows exactly which apps are consuming bandwidth.
If you are still looking for a way on how to fix Windows 11 system using too much data. BITS (Background Intelligent Transfer Service) is responsible for downloading Windows updates and other Microsoft content in the background. Users have reported that even after disabling BITS, it re-enables itself after a few days. However, you can throttle it to near zero.
This method requires Windows 11 Pro, Enterprise, or Education edition. If you have Windows 11 Home, this will not work.
1. Press Windows + R, type gpedit.msc, and press Enter
2. Navigate to:
text
Computer Configuration > Administrative Templates > Network > Background Intelligent Transfer Service (BITS)
3. Double-click "Limit the maximum network bandwidth for BITS background transfers"
4. Select Enabled
5. In the options section, set "Limit background transfer rate (kbps)" to 0 for both:
"Scheduled time" setting
"All other times" setting
6. Click OK and close Group Policy Editor
I hope the method about how to fix Windows 11 system using too much data will be helpful to you. By setting the bandwidth limit to 0 kbps, BITS is effectively prevented from using any network bandwidth for background transfers, while the service itself remains enabled and functional.
- MayauiBrass Contributor
Here we are talking about how to fix Windows 11 system using too much data. If you want a more aggressive cleanup of Windows components that may be using data in the background, there is a free, open-source PowerShell script called Win11Debloat.
What it does:
- Removes preinstalled apps
- Disables telemetry and diagnostic data collection
- Turns off Start menu ads and suggestions
- Removes Copilot button and widgets
How to fix Windows 11 system using too much data:
1. Open PowerShell or Terminal as Administrator
2. Run the following command (downloads and runs the script directly):
text
& ([scriptblock]:: Create((irm "https//win11debloat. raphi. re/")))
3. Select the changes you want to apply
The script creates a System Restore point before making changes, and most changes are reversible. I recommend running this only if you are comfortable with command-line tools.
- GraysonmoCopper Contributor
Setting a Data Usage Limit is a completely free, built-in Windows tool that can help you fix Windows 11 system using too much data. Think of it as setting a budget for your internet connection. You tell Windows, "I only have 10 GB this month," and Windows watches your usage and warns you when you get close.
How to fix Windows 11 system using too much data
Step 1: Open Data Usage Settings
- Press Windows + I to open Settings
- Click Network & Internet in the left sidebar
- Click Data usage
Step 2: Set Your Limit
- Click the Enter limit button
- Check the box for Set data limit
- Under "Limit type," choose Monthly
- Set your Monthly reset date (match this to your internet provider's billing cycle)
- Enter your data limit (for example, "15" and "GB")
- Click Save
Step 3: Enable Metered Connection
- Go back to Network & Internet
- Click on your connection type (Wi-Fi or Ethernet)
- Click on your connected network name
- Toggle Metered connection to On
- FinneasHayesIron Contributor
Delete Temp Files Manually is a simple way to address Windows 11 system using too much data by clearing cached temporary files that can cause bloated disk usage and background overhead.
Instructions: Press Win + R, type %temp%, and press Enter. Select all files with Ctrl + A and delete them. Press Win + R again, type temp, then delete all contents in the folder. Finally, press Win + R, type prefetch, and delete all contents there.
Its advantages include requiring no extra software, being quick to perform, and automatically skipping files currently in use, making it a safe way to free up space.
Its drawbacks include only addressing cached files, not the root cause of Windows 11 system using too much data, and needing to be repeated periodically as temp files rebuild over time.
ps
- Be sure to close all background applications before deleting files to maximize the number of items that can be deleted.
- Do not force-delete files marked as in use; these files are required by running programs.
- Do not completely delete the Prefetch folder—simply clear its contents, as Windows will automatically rebuild the necessary files.
- This cleanup operation only frees up temporary space; it does not resolve persistent high data usage issues caused by applications or background processes.
This allows you to free 1–5GB of disk space quickly. It is suitable for routine maintenance, helping to keep your system running smoothly and reducing unnecessary background resource usage.
- WilliamHuangIron Contributor
Delivery Optimization is one common reason Why is the system using so much data in Windows 11, as it lets your PC upload and download updates with other devices by default.
How to Fix Why is the system using so much data in Windows 11
Step 1: Open Settings → Windows Update → Advanced options → Transfer Optimization
Step 2: Turn off Allow downloads from other PCs
Step 3: Run Disk Cleanup and delete existing Transfer Optimization files
Pros
- Prevents peer-to-peer uploads that waste bandwidth
- Frees up 1–10 GB of cache files
Cons
- Disabling this feature may slow down future Windows updates
Important Notes
- This setting is particularly important if you have a metered connection.
- After disabling this setting, run Disk Cleanup to completely remove any leftover files.
- This will resolve the issue of excessive data usage in Windows 11.
This is a quick fix that effectively reduces unnecessary background data usage while freeing up valuable disk space.
- Nobel_BaynesSteel Contributor
If Windows 11 system uses too much data, you can remove the junk, temp and cache files to free up more space.
Windows 11 has a built-in Storage Sense feature that automatically clears temporary files, old Windows Update leftovers, and Recycle Bin contents on a schedule. You can also run it manually via Settings → System → Storage → Storage Sense, or use the classic Disk Cleanup tool (cleanmgr.exe) which lets you delete system files including old Windows installations, update caches, and error reports that can collectively take up several gigabytes.
For deeper cache clearing, flush specific caches manually. The Windows Update cache sits at C:\Windows\SoftwareDistribution\Download — stop the Windows Update service first (services.msc), delete the folder contents, then restart the service.
Similarly, the DNS cache can be flushed with ipconfig /flushdns in an elevated command prompt, the Microsoft Store cache with wsreset.exe, and the thumbnail cache via Disk Cleanup or by deleting contents of C:\Users\YourName\AppData\Local\Microsoft\Windows\Explorer.
- JulianneRobinsonIron Contributor
Why is the system using so much data in Windows 11? Windows 11 has several built-in features and background processes that consume data without obvious user action. Here are the main culprits:
1. Windows Update
The biggest data consumer by far.
- Downloads updates automatically in the background
- Feature updates can be 4–6 GB each
- Cumulative monthly updates typically 500 MB – 2 GB
- Also downloads updates for other Microsoft products (Office, Defender) by default
Fix:
Settings → Windows Update → Advanced Options → Turn off "Receive updates for other Microsoft products" → Set Active Hours to limit update download timing
2. Delivery Optimization (P2P Update Sharing)
Windows 11 uses your internet connection to upload Windows updates to other PCs on the internet by default — like a torrent seeder.
Fix:
Settings → Windows Update → Advanced Options → Delivery Optimization → Allow downloads from other PCs → Off (or set to "Devices on my local network only")
3. OneDrive Sync
If OneDrive is enabled, it continuously syncs files to the cloud — photos, documents, desktop files.
Can consume gigabytes silently, especially after initial setup. In addition, video and photo folders are the worst offenders.
Fix:
System tray → OneDrive icon → Settings → Sync and backup → Manage backup → Disable folders you don't need synced
- HoltSawyeIron Contributor
Manage System Restore Points is a built-in Windows tool that helps address Why is the system using so much data in Windows 11 by reducing unnecessary disk and resource usage.
It allows you to reclaim significant storage space by managing old restore points and adjusting the maximum space allocated for system protection.
First, type "Create a restore point" in the Start menu search bar. Select the C: drive and click "Configure". Delete old restore points, keeping only the latest one. You can also reduce the Max Usage slider to 5% instead of the default 10–15%.
Once configured, the system will stop using excessive disk space for outdated restore data.
This method helps resolve Why is the system using so much data in Windows 11 caused by oversized system protection files, freeing 5–15GB of disk space.
If you want to reduce system bloat without third-party software, you can try this method. It is a simple yet effective measure, so you should apply it carefully to avoid reducing system recovery safety too much.
ps
- Never completely disable System Restore, as it is essential for repairing serious system errors.
- Do not set the maximum usage limit too low (below 5%), as this may prevent Windows from creating new restore points after updates.
- Before deleting old restore points, ensure that your system is running stably and that you have performed a recent backup.
- If you frequently update your system or install new software, keep at least one or two older restore points as a backup.
- YatesGriffinIron Contributor
Disk Cleanup can release massive storage space and help ease Windows 11 system using too much data caused by redundant residual files.
How to Fix Windows 11 system using too much data
1. Type Disk Cleanup in the Start menu search bar.
2. Select Local Disk C:, then click OK.
3. Click Clean up system files; this step is crucial.
4. Check the following items in the list:
- Temporary files
- Recycle Bin
- Delivery Optimization files
- Windows Update cleanup
- Previous Windows installations
5. Confirm and select Delete files to complete the cleanup.
You can easily use the built-in software to reclaim several gigabytes of unused space, which is a quick and reliable solution to the problems of bloated storage and unnecessary background data usage in Windows 11.
Pros
- Effectively cleans up large amounts of outdated system junk
Cons
- Cannot remove deeply hidden cached residues
- Cannot thoroughly optimize background data usage