← Back to Guides

Computer Running Slow? Here's How to Speed It Up

A slow computer doesn't always need a fresh OS install. In most cases, a few targeted tweaks can dramatically improve performance. This guide covers Windows and Mac with step-by-step instructions.
First step: Open Task Manager (Ctrl+Shift+Esc on Windows) or Activity Monitor (Mac). Check CPU and Memory usage to identify the culprit process. If a single process is using over 50% CPU, that's your problem.

Common Causes of Slow Computers

Windows Speed-Up Fixes

Step 1 — Disable Startup Programs

Press Ctrl+Shift+Esc to open Task Manager → Click the Startup tab → Disable anything not essential by right-clicking → Disable. Focus on high-impact items shown in the "Startup impact" column. Common culprits: Microsoft Teams, Spotify, Steam, Discord, OneDrive. Keep your antivirus enabled.

Step 2 — Free Up Disk Space

Open File Explorer → Right-click your C: drive → Properties → Click Disk Cleanup → Check all boxes including "System files" → Click Clean up system files → Select all categories again → OK. Also go to Settings → System → Storage → Cleanup Recommendations to see large files, unused apps, and temporary files you can remove. Aim for at least 20GB free on your system drive.

Step 3 — Scan for Malware

Run Windows Defender: Settings → Update & Security → Windows Security → Virus & threat protection → Quick Scan. For deeper scans, use Malwarebytes Free (download from malwarebytes.com) for a second opinion. Malwarebytes detects adware and potentially unwanted programs that Windows Defender may miss.

Step 4 — Adjust Power Plan

Press Win+R → type powercfg.cpl → press Enter → Choose High Performance or Balanced (not Power Saver). Power Saver mode intentionally throttles CPU speed to extend battery life. On laptops, "Balanced" is usually the best compromise between performance and battery.

Step 5 — Update Windows & Drivers

Settings → Update & Security → Windows Update → Check for Updates. Install all pending updates and restart. Then update GPU drivers: for NVIDIA cards, download GeForce Experience from nvidia.com; for AMD, download AMD Software from amd.com. These tools automatically detect and install the latest drivers for your GPU.

Step 6 — Run SFC and DISM Scans

Open Command Prompt as Administrator (search "cmd" → right-click → Run as administrator) → type the following commands one at a time, pressing Enter after each:

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

The DISM command repairs the Windows component store. The SFC command scans and repairs corrupted system files. Each can take 15–30 minutes. Restart when both complete.

Step 7 — Defragment Your Hard Drive (HDD Only)

If your computer has a mechanical hard drive (not an SSD), fragmentation can cause significant slowdown. Search for "Defragment and Optimize Drives" → Select your C: drive → Click Optimize. Do NOT defragment an SSD — Windows automatically optimizes SSDs with TRIM.

Step 8 — Check for Failing Hardware

A failing hard drive can cause extreme slowdowns. Download CrystalDiskInfo (free) from crystaldewd.info to check your drive health. Look for "Good" status. If you see "Caution" or "Bad," back up your data immediately and replace the drive.

Mac Speed-Up Fixes

Step 1 — Check Activity Monitor

Open Spotlight (Cmd+Space) → search "Activity Monitor" → click the CPU tab → sort by % CPU by clicking the column header. If a process is using over 50–70% CPU consistently, select it → click the X button → Force Quit. Common macOS resource hogs: WindowServer (graphics issues), kernel_task (overheating), browser processes.

Step 2 — Remove Login Items

System Settings → General → Login Items → Click the minus button (−) to remove apps you don't need at startup. On older macOS versions (Ventura and earlier): System Preferences → Users & Groups → select your user → Login Items tab → remove items.

Step 3 — Free Up Storage

Apple menu → About This Mac → Storage → Manage. Use the built-in tools to: delete large unused files, empty Trash automatically, reduce clutter, and clear the Downloads folder. macOS needs at least 15–20GB free to operate smoothly. The storage management tool also shows "System Data" — if this is huge (over 100GB), you may have Time Machine local snapshots. In Terminal, run: tmutil listlocalsnapshots / then tmutil deletelocalsnapshots [snapshot-date].

Step 4 — Reset SMC and NVRAM

For Intel Macs: Reset SMC (System Management Controller) by shutting down → hold Shift+Control+Option+Power for 10 seconds → release → power on. Reset NVRAM by restarting and holding Option+Command+P+R for about 20 seconds. For Apple Silicon Macs (M1/M2/M3), a simple restart clears these — no special key combination needed.

Step 5 — Repair Disk Permissions

Open Disk Utility (Cmd+Space → search "Disk Utility") → Select your startup disk → Click First Aid → Run. This checks for and repairs disk errors. On macOS Catalina and later, the system volume is read-only and protected, but First Aid can still fix errors on the data volume and external drives.

Step 6 — Clear Browser Cache

Browsers accumulate huge caches over time. In Safari: Safari menu → Settings → Privacy → Manage Website Data → Remove All. In Chrome: Settings → Privacy and Security → Clear Browsing Data → select "Cached images and files" and "Cookies" → Clear data.

When to Consider a Hardware Upgrade

Frequently Asked Questions

Why did my computer become slow suddenly?

A background Windows Update (check for pending updates in Settings), malware infection (run a full scan with Windows Defender and Malwarebytes), a failing hard drive (check with CrystalDiskInfo), or a runaway background process are common sudden-slowdown causes. Check Task Manager and disk health first.

Does adding RAM help?

Yes, if RAM usage is consistently above 85%. Check in Task Manager → Performance → Memory (Windows) or Activity Monitor → Memory (Mac). 16GB is recommended for modern Windows 11. If you have 4GB or less, upgrading to 8GB or 16GB will make a noticeable difference.

Should I upgrade to an SSD?

Absolutely — upgrading from an HDD to an SSD is the single most impactful upgrade for older computers. It reduces boot time from minutes to seconds, makes apps launch almost instantly, and dramatically improves overall responsiveness. SATA SSDs (2.5" form factor) are compatible with most laptops and desktops from the past 10 years.

How often should I restart my computer?

Restart at least once a week. A restart clears temporary files cached in RAM, frees up memory, applies pending Windows/macOS updates that can't install while the computer is running, and resets processes that may have memory leaks. Many users who never restart accumulate performance issues over time.

Is it safe to use registry cleaners?

No, we generally don't recommend registry cleaners like CCleaner's registry cleaner. They often delete entries that seem unused but are actually needed, causing system instability or app crashes. Windows' built-in tools (Disk Cleanup, Storage Sense, SFC, DISM) are safer and more effective for performance optimization.

When to Consider a Clean Install

If none of the above fixes help, a clean install of Windows or macOS can restore performance. Back up your personal files first (documents, photos, etc.) to an external drive or cloud storage. On Windows, you can reset without losing personal files: Settings → Update & Security → Recovery → Reset this PC → Keep my files. On Mac, restart → hold Cmd+R → Reinstall macOS. Note: you'll need to reinstall all your apps after a clean install.