Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How To Clear Up Disk Space (8 Ways)

How To Clear Up Disk Space (8 Ways)

nishantBy nishantDecember 28, 2022
how to clear up disk space

The storage space on every device we use tends to fill up on its own after a period of usage. This happens mostly because of the app cache, temp files, and other needless and redundant files accumulating over time. 

If you have a habit of hoarding files with large sizes, it is obvious for the disk space to fill up faster. Windows offers some built-in disk clean-up utilities that can help you clean up the cache and temp files. 

However, you need to manually clean your personal files that you no longer need. You can also make use of cloud storage services like OneDrive to reduce disk usage.  

Table of Contents

  • Empty the Recycle Bin 
  • Uninstall Unused Programs 
  • Use Disk Cleanup Utility
  • Enable Storage Sense 
  • Manage the Downloads Folder 
  • Use File Compression 
  • Delete Windows Update Cache
  • Use Cloud Storage Services 

Empty the Recycle Bin 

Whenever you delete a file on your local device, it gets sent to the Recycle bin. The files get stored indefinitely in the respective volume. For instance if you delete a file from C: drive, it is again stored in C:\$Recycle.Bin until the capacity of the recycle bin is maxed out.

Usually, the maximum storage capacity of the recycle bin is set to around 5 percent of the total disk space. Therefore it is best to empty the recycle bin manually on a regular basis. To get it done, you just have to right-click on the recycle bin icon on the desktop and select empty recycle bin. 

Empty Recycle Bin

If you are about to delete a file that you are certain you don’t need again, it is ideal to permanently delete it rather than send it to the recycle bin. For this, select the file and press the Shift + delete key. This will permanently delete the file from the disk. 

Uninstall Unused Programs 

Windows come preinstalled with some bloatware that can be of no use to you. Also, there might be programs you have installed but have not used ever since. You can uninstall such programs and free up some precious space on your drive. 

  1. Press Windows Key + I to open Settings.
  2. Go to Apps > Installed Apps.Apps in the windows settings
  3. Find the app that you don’t use or that comes as a bloatware preinstalled on your device. 
  4. Click on the three vertical dots on its side and select Uninstall. uninstall apps

Use Disk Cleanup Utility

The temporary files, Delivery optimization files, thumbnails, and windows shadow copies are some of the items that are to be blamed mostly for using up your disk space. To clear out all of these unnecessary files you can use the Disk Cleanup Utility. 

  1. Press Windows Key + R, type cleanmgr.exe, and hit enter. 
  2. Select volume from the pop up box.
  3. On the Disk Cleanup tab, Under the Files to delete section, select the items you wish to clear out from the system. 
     disk cleanup utility
  4. Click on OK. 

Apart from this, if you have created multiple restore points, it could occupy heaps of disk space on your computer. You can clean up the files created by the system restore and also the shadow copies from the Disk clean-up utility to free up some storage space. 

  1. Click on the Cleanup system files button. 
    cleanup system files
  2. Select Appropriate volume from the pop-up box.
    Disk Cleanup
  3. Go to the More options tab.
     cleanup restore points
  4. Under the System Restore and Shadow Copies section, click on the Clean-up button. 

Note: The system restore points would also be deleted if you clean up the Shadow copies.

Enable Storage Sense 

On Windows 10 and 11 devices, Microsoft has integrated a feature known as the storage sense that lets the users free up disk space. It can clean up the needless items in the computer that is only occupying disk space such as the temporary files and the contents in the recycle bin. 

When enabled, this feature also removes the files in the local device that are already cloud-backed. The storage sense is even set to run automatically when it senses low disk space. However, you can also configure the cleanup schedule to be daily, weekly, or monthly.

  1. Press the Windows key + I to open Settings. 
  2. Go to System > Storage. system storage
  3. Under the Storage management section, click the Storage Sense slider to turn it on.
    enable storage sense
  4. Now click on Storage Sense. 
  5. Configure the Storage sense settings like Automatic user content cleanup, and cleaning cloud-backed content, and temporary files. storage sense settings
  6. You can even run a manual Storage sense cleanup by clicking on the Run Storage Sense now button.
     run storage sense

Manage the Downloads Folder 

The downloads folder can contain many files that you have downloaded over time. Some of these files can be useful while most of them can be deleted. It is therefore better to sort out large files and clear out some space occupied by unnecessary files. 

Use File Compression 

Windows operating system has an inbuilt NTFS Compression feature that reduces the file size to some extent.  The files that are compressed using this feature, are automatically decompressed by the system when you try to access them. 

However, this cycle of compression and decompression can affect performance. Therefore, this feature is suitable to compress the files and the backup drives that you rarely use. For instance, a backup volume. 

You can compress an entire drive as well using this feature. However, it is not ideal to use it on a system volume. 

  1. Open the File explorer.
  2. Right-click on the Drive partition you want to compress and select Properties.
    drive properties
  3. Check on the option Compress this drive to save disk space.compress disk
  4. Click on Apply.
  5. Choose the option Apply changes to drive, subfolder and files and click on OK.
     apply compression to the disk folders, subfolders

If you want to use the NTFS compression on a backup folder or a file you can do it by following these steps. 

  1. Open the File explorer and navigate to the folder or the file you want to compress.
  2. Right-click on the folder and select Properties.
  3. Click on the Advanced button.
    folder properties
  4. Check the Compress contents to save disk space option and click on OK. compress a folder
  5. Click on Apply.
  6. Choose to Apply changes to this folder, subfolders, and files, and click on OK.
  7. You will be asked for confirmation to change the attributes. Click on continue.

Besides this, you can also use the compression tools like Winzip and WinRAR to compress the files and folders. 

Delete Windows Update Cache

The Windows update cache can occupy a large space in your system volume. Deleting this cache file will free up a lot of space and also solve issues with Windows updates. 

  1. Press Windows Key + X and open Terminal (Admin). 
  2. Type net stop wuauserv and hit enter. This will stop the Windows update service.
    net stop service command
  3. Now open the file explorer and enter this file path in the address bar.
    %Windir%\SoftwareDistribution\Download windows cache store directory
  1. Delete all the contents in this directory. 
  2. Again go to the command prompt windows and execute this command.
    net start wuauservstart windows service

Note: Deleting the update cache will delete the pending Windows updates that haven’t been installed yet. You will also lose your update history and ability to revert any updates installed.

Use Cloud Storage Services 

Another thing you can do to clear up the storage space is to use the cloud to store the data. There are files on your computer that you generally do not use or open such as photos and videos. Those files can be uploaded to the cloud to relieve some amount of space on the disk.

Cloud storage, however, comes at a cost. Some cloud service providers only offer limited storage for free and extending the facility requires you to pay.  Microsoft for instance offers 5Gb of free storage on OneDrive after an initial sign-up for the Microsoft account. 

how-to
nishant

Nishant is an enthusiast who loves writing about technology. He also is heavily invested in keeping himself updated about the latest happenings in the tech world. At Tech News Today, he covers Operating Systems, how-to-topics, and Fixes.

Related Posts

windows 11 go back not working

Windows 11 Go Back Not Working? Here’s How to Fix it

January 18, 2023
powershell get-aduser

How To Use PowerShell Get-ADUser

January 17, 2023
pc stuck on boot screen

PC Stuck on Boot Screen? Here’s How to Fix It

January 16, 2023
start menu wont open

Start Menu Won’t Open? 7 Ways to Fix it

January 13, 2023
motherboard-audio-not-working

Motherboard Audio Not Working? Try These Fixes

January 13, 2023
empty recycle bin for all users

How to Empty Recycle Bin for All Users on Windows

January 10, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
cat6 vs cat6a

CAT6 vs CAT6A: What’s the Difference

January 19, 2023
best excel shortcuts

Best 52 Excel Shortcuts Only Experts Know

January 19, 2023
gddr6 vs gddr6x

GDDR6 vs GDDR6X – What’s the Difference?

January 17, 2023
You may also like
logitech keyboard not working

Logitech Keyboard Not Working? Here’s How to Fix It

January 19, 2023
vizio-tv-volume-button

How to Turn Volume Up on Vizio TV? 5 Best Ways

January 18, 2023
tcl-roku-tv-remote-not-working

TCL Roku TV Remote Not Working? Here’s How to Fix It

January 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Editorial Guidelines
  • Fact-Checking Policy
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.