Performance Fix

Computer Running Slow? 15 Proven Fixes to Speed It Up [2026]

April 12, 2026 11 min read IT Cares — Montreal

Few things are more frustrating than a computer that takes two minutes to open a browser or freezes every time you switch tabs. Whether you are on Windows 10, Windows 11, or an older laptop, a slow PC almost always has a fixable cause. This guide walks you through 15 real, proven fixes — from free software tweaks you can do in the next five minutes to affordable hardware upgrades that will make an old machine feel brand new.

Quick diagnostic tip: Before doing anything, press Ctrl + Shift + Esc to open Task Manager. Click the CPU, Memory, and Disk column headers to sort by usage. Whatever is at the top of the list is almost certainly the root cause of your slowdown.

Why Do Computers Slow Down Over Time?

Computers slow down for a combination of reasons that compound over time:

Fix 1 — Disable Startup Programs

This is the highest-impact free fix for most users. Every program that launches at startup steals RAM and CPU before you have even opened anything.

1

Open Task Manager Startup Tab (Windows 10/11)

Press Ctrl + Shift + Esc, click the Startup tab (or Startup apps in Windows 11). Sort by Startup impact. Right-click anything rated High or Medium that you do not need at login — such as Spotify, Discord, Teams, OneDrive, or Adobe Updater — and choose Disable.

2

Alternative: Use msconfig on Windows 10

Press Win + R, type msconfig, press Enter. Go to the Startup tab, click Open Task Manager. Disable non-essential entries the same way.

Expected result: Boot time can drop by 30–60 seconds. RAM usage at idle drops by 500 MB to 2 GB, depending on how many programs you disable.

Fix 2 — Delete Temporary Files

Windows accumulates gigabytes of temp files from updates, installers, and application caches. These waste disk space and can slow down file lookups.

1

Delete User Temp Files

Press Win + R, type %temp%, press Enter. A folder full of temporary files opens. Press Ctrl + A to select all, then Delete. Skip any files that say "in use" — they are actively needed right now.

2

Run Disk Cleanup for System Files

Search for Disk Cleanup in the Start menu. Select your C: drive. Click Clean up system files (requires admin). Check Windows Update Cleanup, Temporary Internet Files, Recycle Bin, and Thumbnails. This alone can free 5–15 GB on a machine that has never had cleanup run.

# Run Disk Cleanup silently via command prompt (admin) cleanmgr /sagerun:1 # Or open Storage Sense settings directly start ms-settings:storagesense

Fix 3 — Uninstall Bloatware

New PCs, especially from Dell, HP, and Lenovo, ship with trial software, manufacturer utilities, and promotional apps that run in the background and slow your machine from day one.

1

Check Installed Programs

Go to Settings > Apps > Installed apps (Windows 11) or Control Panel > Programs > Uninstall a program (Windows 10). Sort by Install date to see what came pre-installed. Uninstall anything you do not recognize or use — common offenders include McAfee LiveSafe, WildTangent Games, Candy Crush, and OEM diagnostic tools you have never opened.

Caution: Do not uninstall anything that says "driver," "chipset," "Intel," or "AMD" — these are required for hardware to work correctly.

Fix 4 — Scan for Malware

Malware — especially crypto-miners and adware — can silently consume 30–100% of your CPU. Even if your antivirus has not flagged anything, run a second-opinion scan.

1

Run Windows Defender Full Scan

Search for Windows Security, open Virus & threat protection, click Scan options, select Full scan, and click Scan now. This can take 20–60 minutes.

2

Run Malwarebytes Free as a Second Opinion

Download Malwarebytes from malwarebytes.com. The free version includes a one-time scan mode. Run a Threat Scan — it detects PUPs (potentially unwanted programs) and adware that Windows Defender often misses.

Fix 5 — Upgrade RAM

If Task Manager consistently shows Memory at 80–95% while you work, more RAM is the solution. No software tweak will fix a hardware bottleneck.

RAM Amount Suitable For 2026 Recommendation
4 GB Basic web browsing only Upgrade immediately
8 GB General use, light multitasking Acceptable minimum
16 GB Office, gaming, light video editing Recommended for most users
32 GB+ Video editing, VMs, heavy development Power users

To check your current RAM: Win + Rdxdiag → look at Memory. To check available RAM slots: open Task Manager > Performance > Memory — it shows slots used vs. available.

Fix 6 — Switch from HDD to SSD

This is the single biggest upgrade you can make to an older PC. A traditional spinning hard drive (HDD) reads data at 80–160 MB/s with high latency. A modern SATA SSD reads at 500–550 MB/s. An NVMe SSD goes up to 3,500 MB/s. Windows will boot in 10–15 seconds instead of 90 seconds.

How to migrate without reinstalling Windows: Use Macrium Reflect Free (macrium.com) to clone your existing drive to the new SSD. The process is: install SSD in an external USB enclosure → clone with Macrium → swap drives → boot from SSD. Total time: about 1–2 hours.

Fix 7 — Disable Visual Effects

Windows uses animations, shadows, and transparency effects that consume GPU and sometimes CPU resources. On older or low-spec machines, disabling them can noticeably speed things up.

1

Access Performance Options

Press Win + R, type sysdm.cpl, press Enter. Click the Advanced tab, then Settings under Performance. Select Adjust for best performance to disable all animations, or select Custom and keep just "Show thumbnails instead of icons" for a balanced look.

Fix 8 — Defragment Your HDD (Not SSD)

Over time, files on a spinning hard drive become scattered across the platter. Defragmentation re-arranges them so the read head travels less distance, improving speed. Do not defragment an SSD — it causes unnecessary wear with no benefit.

# Check fragmentation level (run in Command Prompt as admin) defrag C: /A /V # Defragment if fragmentation is above 10% defrag C: /U /V

Or use the GUI: search for Defragment and Optimize Drives in the Start menu. Select your HDD and click Optimize.

Fix 9 — Update Drivers

Outdated GPU drivers, network drivers, and chipset drivers can cause stuttering, freezing, and poor performance. Windows Update does not always install the latest manufacturer drivers.

1

Update GPU Drivers

For NVIDIA: download GeForce Experience from nvidia.com. For AMD: download AMD Software: Adrenalin from amd.com. Both apps detect your GPU model automatically and install the latest driver in one click.

2

Update Chipset and Other Drivers

Visit your laptop or motherboard manufacturer's support page (e.g., dell.com/support, support.hp.com, lenovo.com/support). Enter your model number and download the latest chipset, network, and audio drivers.

Fix 10 — Clean Up Your Browser

A browser with 30+ extensions and months of cached data becomes a RAM and CPU hog all on its own. Chrome with multiple extensions can use 1–2 GB of RAM by itself.

Fix 11 — Disable Background Apps

Many Windows apps run in the background even when you are not using them, consuming RAM and occasionally CPU.

1

Windows 11: Disable Background App Permissions

Go to Settings > Apps > Installed apps. Click the three-dot menu next to an app → Advanced options. Under Background apps permissions, set it to Never for apps you do not need running in the background (Mail, Maps, Photos, etc.).

2

Windows 10: Background Apps Setting

Go to Settings > Privacy > Background apps. Toggle off any app that does not need to refresh or receive notifications in the background.

Fix 12 — Free Up Disk Space

A drive that is more than 85% full slows significantly on Windows because the OS cannot find large contiguous free blocks for the page file and temp storage. Keep at least 15% of your drive free at all times.

# Open Storage settings (Windows 11) start ms-settings:storagesense # Quick way to see what's taking space — run in PowerShell as Admin Get-ChildItem C:\ -Recurse -ErrorAction SilentlyContinue | Sort-Object Length -Descending | Select-Object -First 20 FullName, Length

Also check C:\Windows\SoftwareDistribution\Download — this is where Windows Update downloads accumulate. It is safe to delete the contents after updates are installed.

Fix 13 — Reset Windows (Last Resort Before Hardware)

If your PC is still slow after the above steps, a Windows reset can restore system performance without requiring a full reinstall. You keep your personal files.

1

Reset This PC (Keep My Files)

Go to Settings > System > Recovery. Click Reset PC. Choose Keep my files. Choose Cloud download for the freshest Windows installation. This takes 1–2 hours and will remove all installed apps, but keeps documents, pictures, and videos.

Before resetting: Back up all your important files to an external drive or cloud storage. Even the "Keep my files" option can occasionally fail. Do not skip this step.

Fix 14 — Check for Overheating

When a CPU reaches its thermal limit (typically 100°C for Intel, 95°C for AMD), it automatically reduces its clock speed to protect itself — a process called thermal throttling. Your PC will feel sluggish and may even shut down unexpectedly.

1

Monitor Temperatures

Download HWMonitor (cpuid.com/softwares/hwmonitor.html) or Core Temp (alcpu.com/CoreTemp). Run a stress test (open 10 browser tabs + a large Excel file) and watch CPU temps. Sustained temps above 90°C indicate a cooling problem.

2

Fix Overheating

For laptops: use compressed air to blow dust out of vents (hold the fan still while blowing). Replace dried thermal paste on the CPU if the machine is 4+ years old. For desktops: open the case, clean all fans and heatsinks, ensure cables are not blocking airflow.

Fix 15 — Optimize Power Plan

Windows can silently put your PC in a "Balanced" or "Power saver" mode that caps CPU performance. On plugged-in desktops and laptops, switching to High Performance unlocks full CPU speed.

# Set High Performance power plan via Command Prompt (Admin) powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c # Verify active power plan powercfg /getactivescheme # For Windows 11 — enable "Ultimate Performance" plan (hidden by default) powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Or navigate to Control Panel > Hardware and Sound > Power Options and select High performance. On laptops, only use this when plugged in — it will drain battery quickly.

Still Slow After Trying All 15 Fixes?

Some issues — failing hard drives, bad RAM sticks, or deep malware infections — need professional diagnosis. IT Cares fixes slow computers remotely in most cases, and we serve the Greater Montreal area for on-site visits.

Frequently Asked Questions

Why is my computer suddenly running so slow?

Sudden slowdowns are usually caused by background processes consuming CPU or RAM — a recent Windows Update, antivirus scan, or malware. Open Task Manager (Ctrl+Shift+Esc) and check the CPU, Memory, and Disk columns to identify the culprit. Overheating after dust buildup is another common cause of sudden throttling.

How can I speed up my computer without buying new hardware?

You can significantly speed up your PC for free by: disabling unnecessary startup programs in Task Manager, deleting temp files via %temp% and Disk Cleanup, uninstalling bloatware, and disabling visual effects via sysdm.cpl > Advanced > Performance Settings > Adjust for best performance. Keep Windows and all drivers updated.

Will adding more RAM actually make my computer faster?

Yes, if RAM is the bottleneck. If Task Manager shows Memory usage consistently above 80–85% while you work, upgrading from 4 GB to 8 GB or from 8 GB to 16 GB will produce a dramatic real-world speedup. If RAM usage is low, more RAM will not help — investigate CPU, disk, or malware instead.

Is it worth replacing an HDD with an SSD to speed up an old PC?

Absolutely — this is the single biggest performance upgrade for older PCs. An SSD makes Windows boot 3–5x faster, apps open nearly instantly, and eliminates mechanical seek delays. A 500 GB SSD costs around $50–70 CAD in 2026 and can extend the useful life of a PC by several years.

How do I know if overheating is causing my computer to slow down?

Download HWMonitor or Core Temp and watch CPU temperatures under load. For most Intel and AMD processors, anything consistently above 90°C triggers thermal throttling. Signs include the fan running constantly at max speed, sudden slowdowns during heavy tasks, and unexpected shutdowns. Clean dust from vents and fans, and replace dried thermal paste if the machine is 4+ years old.

Comments

MR
Michael R.
April 13, 2026

The startup programs tip alone cut my boot time from 3 minutes down to about 45 seconds. I had 22 programs loading at startup — most of which I installed years ago and forgot about. Thanks for the clear step-by-step!

ST
Sandra T.
April 14, 2026

I replaced my old laptop's HDD with a 500 GB SSD following this guide and it genuinely feels like a new machine. Windows 10 boots in under 15 seconds now. The Macrium Reflect cloning worked perfectly — did not have to reinstall anything.

KL
Kevin L.
April 15, 2026

Had a Monero crypto-miner that Defender missed completely. Malwarebytes caught it in the second-opinion scan. CPU dropped from 90% idle to under 10%. This guide should have a "run Malwarebytes first" warning at the top — saves a lot of time!

Leave a Comment