Windows 11 Lag and Freezing How to Fix

Windows 11 Lag and Freezing How to Fix

Windows 11 lag and freezing usually comes from one of a handful of causes: too many background processes competing for resources, an outdated graphics driver, a failing or full drive, or corrupted system files. This guide tackles them in order, from the fastest checks to the deeper fixes.

Find What Is Actually Using Your Resources

Before changing anything, identify the bottleneck. Open Task Manager with Ctrl + Shift + Esc and look at the Performance tab.

  • If CPU sits near 100%, sort the Processes tab by CPU and end or uninstall the culprit.
  • If Memory is maxed, you likely need to close apps or add RAM.
  • If Disk hovers at 100% for long periods, a slow or failing drive is the cause.

This tells you which of the sections below matters most for your machine. Watch the values for a minute under normal use rather than at a single instant, since brief spikes during loading are normal and only sustained pressure causes lag.

It also helps to open the Details tab and add the GPU column. A process pinning the GPU can cause the whole desktop to stutter even when CPU and memory look fine, which points you toward the graphics driver fixes below.

Cut Background Apps and Startup Bloat

Programs launching at boot and running in the background are the most common cause of general sluggishness.

Trim startup programs

  1. In Task Manager, open the Startup apps tab.
  2. Sort by Startup impact and disable anything rated High that you do not need immediately at login (updaters, chat apps, game launchers).

Disable background permissions

Go to Settings > Apps > Installed apps, click the three dots next to an app, choose Advanced options, and set Let this app run in the background to Never.

Update Drivers and Windows

Stuttering, especially during video playback, gaming, or scrolling, frequently traces back to graphics drivers.

  • GPU driver: Download the latest directly from NVIDIA, AMD, or Intel rather than relying on Windows Update.
  • Windows updates: Go to Settings > Windows Update and install everything, including optional driver updates under Advanced options > Optional updates.

Free Up and Check Your Drive

A nearly full drive causes severe slowdowns because Windows has no room for paging and temporary files. Keep at least 15-20% free.

  1. Open Settings > System > Storage and enable Storage Sense to clear temporary files automatically.
  2. Run Disk Cleanup and remove temporary files, Windows Update leftovers, and old system files.

If you still use a mechanical hard drive for Windows, upgrading to an SSD is the single biggest performance improvement you can make. To check drive health, run chkdsk /f /r from an elevated Command Prompt (it runs on next reboot).

Repair System Files and Adjust Visuals

Corrupted system files cause random freezes that no cleanup fixes. Repair them from an elevated Terminal (Admin):

  • sfc /scannow
  • DISM /Online /Cleanup-Image /RestoreHealth

Run the DISM command first if SFC reports it could not fix everything, then run SFC again. For older or lower-spec hardware, reduce animation overhead: search Adjust the appearance and performance of Windows, then choose Adjust for best performance or disable specific effects like transparency and shadows.

Finally, set the power mode to Best performance under Settings > System > Power & battery > Power mode so Windows does not throttle the CPU during demanding tasks.

If freezing only began recently, a specific app or update is the likely trigger. Use System Restore to roll back to a point before the trouble started, or uninstall the most recently added program. For freezes tied to gaming or full-screen video, toggling Hardware-accelerated GPU scheduling under Settings > System > Display > Graphics > Change default graphics settings often resolves stutter on either setting, so test it both on and off.

Frequently Asked Questions

Why is my Windows 11 disk usage always at 100%?

A sustained 100% disk is usually a slow mechanical drive, a runaway background process, or aggressive Windows Update activity. Check Task Manager to find the process, run Disk Cleanup to free space, and consider moving to an SSD if you are still on a hard drive.

Does disabling startup programs make Windows faster?

Yes, noticeably. Fewer programs at boot means a faster login and more free CPU and memory afterward. Disable high-impact items you do not need immediately, such as updaters and launchers.

Will sfc /scannow fix freezing?

It can, if the freezes are caused by corrupted system files. Run DISM /Online /Cleanup-Image /RestoreHealth first, then sfc /scannow, and reboot. If freezes are hardware or driver related, these commands will not help.

How much free disk space does Windows 11 need to run smoothly?

Aim for at least 15-20% of the drive free. Below that, Windows struggles with paging and temporary files, which causes lag and freezing.

Similar Posts