Collection / Studio / Motion
← Windows

How to Free Up C Drive Space in Windows 11

This page focuses on the simple Windows cleanup flow for a full or nearly full C drive so you can recover space before the PC becomes harder to use.

Start here

Start with the fastest command or direct open action

This block comes first on purpose. Copy one command, open PowerShell, Windows Terminal, Run, or Start search, paste the exact text, press Enter, then do the slower click-by-click checks underneath only if you still need them.

Open Storage settings
Run this in: PowerShell or Windows Terminal Admin: No
Start-Process "ms-settings:storagesense"

What this command does

Opens the matching Windows Settings page directly so you do not hunt through menus.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Open Disk Cleanup
Run this in: Start search or Run dialog Admin: No
cleanmgr.exe

What this command does

Opens the built-in Disk Cleanup tool so you can remove common temporary files safely.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Show large folders in your profile
Run this in: PowerShell or Windows Terminal (Admin when needed) Admin: No
Get-ChildItem $env:USERPROFILE -Directory | Get-ChildItem -Recurse -File -ErrorAction SilentlyContinue | Group-Object DirectoryName | Sort-Object Count -Descending | Select-Object -First 20

What this command does

Runs the exact Windows action used in this guide so you do not have to guess the wording.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Overview

What this guide helps you do

A crowded system drive can slow updates, break installs, and make Windows feel unstable or cramped.

  • The system drive matters for Windows updates and app installs.
  • Safe cleanup comes before aggressive cleanup.
  • Checking space after each step makes the process easier to control.

When to use this

When to use this guide

Useful when Windows warns that the C drive is almost full or when updates and apps start failing because storage is too tight.

Before you start

What to review first

Do not delete random system folders. Start with Windows cleanup tools, old downloads, and large obvious files you understand.

Do this exactly

Open the right Windows area first, then follow the changes one by one

  1. Press Start, type Storage settings, and open the page.
  2. Open Temporary files first, review the categories carefully, and remove only what you understand and no longer need.
  3. Go back and review Installed apps so you can uninstall large apps or games you no longer use.
  4. Open File Explorer and check Downloads, Videos, Desktop, or other personal folders for large files you can move to another drive or delete on purpose.
  5. Look at the C drive free-space number after each cleanup step. That helps you see what actually made a difference and avoids reckless deletion.

Exact click path

Tell the user exactly what to open and press

Do not change ten things at once. Open the exact Windows page first, make one clear change, then check whether it solved the problem before moving on.

Fast open: Press Start, type Storage settings, open that page, then work through Temporary files, installed apps, Downloads, and other large folders in order. Check how much free space changed after each step so you do not delete more than you really need to.

Try a faster path

Useful when Windows warns that the C drive is almost full or when updates and apps start failing because storage is too tight.

How to use

Do not delete random system folders. Start with Windows cleanup tools, old downloads, and large obvious files you understand.

Related pages

Keep going with the next useful page

Use these links when you want the matching script, another Windows help page, or a browser tool for the same job.

FAQ

Questions about How to Free Up C Drive Space in Windows 11

Should I delete everything in Downloads?

Only delete what you understand. Downloads often contains installers, archives, and files you may still need.

Can low C drive space affect updates?

Yes. Windows updates and other system tasks often need working free space on the system drive.