How to Speed Up Your Computer — 20 Proven Fixes (Windows & Mac)
The three biggest speed gains: (1) Upgrading to an SSD gives the largest boost of all — boot times drop from 60–90 seconds down to 10–15 seconds (10x faster). (2) Add RAM if you have less than 16 GB — especially for multitasking. (3) Disable startup programs in Task Manager (Windows) or System Settings › General › Login Items (Mac) — takes under 2 minutes and frees up memory immediately.
Your computer was fast when you first got it. Now it takes 90 seconds to boot, apps take forever to open, and simple tasks feel sluggish. You are not alone — a slow computer is the single most common tech complaint we hear at IT Cares, and the good news is: it is almost always fixable without buying a new machine.
This guide walks you through all 20 proven fixes in order of impact, from software tweaks you can do right now in two minutes, to hardware upgrades that transform an old computer into a machine that feels brand new. All methods work on Windows 10, Windows 11, and Mac unless noted otherwise.
Part 1: Software Fixes (14 Free Methods)
Start here. Most computers slow down due to software issues, not worn-out hardware. Work through these fixes in order — many users see a significant improvement before reaching fix #5.
Disable Startup Apps
HIGH Impact — Do This FirstEvery app that launches at startup competes for CPU and RAM during boot — and many keep running silently in the background all day. Disabling unused startup apps is the fastest free improvement you can make.
- Windows 10/11: Press
Ctrl + Shift + Escto open Task Manager › click Startup apps tab › right-click anything you do not need and choose Disable. Look for Spotify, Teams, Discord, OneDrive, browser updaters. - Mac (Ventura/Sonoma/Sequoia): Open System Settings › General › Login Items & Extensions › toggle off items you do not need at login.
- Time required: 2 minutes. Effect is felt on the very next restart.
Close Background Tabs and Apps
HIGH ImpactEach browser tab consumes RAM. 20 open tabs in Chrome can consume 2–4 GB of memory on its own. If your system has 8 GB RAM or less, this alone can make everything feel sluggish.
- Close browser tabs you are not actively using. Use bookmarks or a read-later app instead.
- On Windows, open Task Manager (
Ctrl + Shift + Esc) and sort by Memory to find the biggest offenders. End processes you do not need. - On Mac, open Activity Monitor (Spotlight › type Activity Monitor) › sort by Memory column › quit processes consuming the most RAM.
- Consider switching to a lighter browser: Firefox or Edge use less memory than Chrome.
Uninstall Bloatware
HIGH ImpactMany new computers come loaded with trial software, manufacturer utilities, and apps you never use. These consume storage, run background services, and slow everything down.
- Windows: Settings › Apps › Installed apps › sort by Size › uninstall anything you do not recognize or use. Common culprits: McAfee trial, Norton trial, WildTangent games, manufacturer "suites".
- Mac: Open Finder › Applications › drag unwanted apps to Trash. Use AppCleaner (free) to remove leftover files.
- Also check browser extensions — a browser with 15 extensions installed is noticeably slower than a clean one.
Clear Temp Files and Cache
HIGH ImpactWindows accumulates gigabytes of temporary files, old update packages, and cached data over time. Clearing these frees up disk space and can improve I/O performance.
- Windows — Disk Cleanup: Press
Win + R, typecleanmgr, select your drive, click Clean up system files. Check all categories — especially Windows Update Cleanup (often 3–10 GB). - Windows — Storage Sense: Settings › System › Storage › enable Storage Sense to automatically clean temp files.
- Windows — Temp folder: Press
Win + R, type%temp%, select all (Ctrl + A), delete. - Mac: Restart while holding
Optionto clear RAM. Browser caches: each browser has a Clear Cache option in Privacy settings. For deep cleaning, use OnyX (free).
Update OS and Drivers
MEDIUM ImpactOutdated drivers — especially graphics drivers — cause performance degradation, stuttering, and crashes. OS updates often include performance patches and bug fixes.
- Windows: Settings › Windows Update › Check for updates. Also update graphics drivers via Device Manager or the GPU manufacturer's site (NVIDIA GeForce Experience, AMD Radeon Software).
- Mac: System Settings › General › Software Update. macOS updates are generally reliable for performance.
- After updating, restart fully — do not just sleep the computer.
Run a Malware Scan
HIGH ImpactMalware and adware are among the most common causes of sudden slowdowns. Cryptomining malware, in particular, runs your CPU at 100% continuously — silently consuming all your processing power.
- Download and run Malwarebytes Free (malwarebytes.com) — it catches threats that Windows Defender misses.
- Run a full scan, not a quick scan. Allow 30–60 minutes for a thorough check.
- Also run Windows Defender (Windows Security › Virus & threat protection › Full scan) as a second opinion.
- Signs your computer may have malware: browser redirects, new toolbars you did not install, pop-up ads, CPU constantly at 80–100% at idle.
Disable Visual Effects (Windows)
MEDIUM ImpactWindows 10 and 11 are filled with animations and transparency effects that look polished but consume CPU and GPU resources. On older or low-spec machines, disabling them gives a noticeable speed boost.
- Press
Win + R, typeSystemPropertiesPerformance.exe, press Enter. - Select "Adjust for best performance" to disable all effects at once, or manually uncheck specific ones like animations, shadows, and transparency.
- Alternatively: Settings › Accessibility › Visual effects › turn off Animation effects and Transparency effects.
Disable Windows Search Indexing
MEDIUM ImpactWindows Search constantly indexes your files in the background so you can search quickly. On older HDDs, this indexing competes with everything else and causes noticeable slowdowns — especially right after boot.
- Press
Win + R, typeservices.msc, find Windows Search, double-click it, set Startup type to Disabled, click Stop, then OK. - Note: This means Windows Search will be slower to find files. If you rarely use Windows Search, this trade-off is worth it.
- Alternative: Keep Search enabled but reduce its scope. Type "Indexing Options" in Start menu › Modify › remove folders you do not need indexed.
Defragment Your HDD (Skip on SSD)
MEDIUM Impact — HDD OnlyOn traditional spinning hard drives (HDDs), files get scattered across the disk over time, forcing the read head to travel further to assemble each file. Defragmentation reorganizes data for faster sequential reads.
- Type "Defragment and Optimize Drives" in the Start menu. Select your HDD and click Optimize.
- Important: Do NOT defragment an SSD. SSDs have no moving parts and defragmentation shortens their lifespan without any speed benefit. Windows knows this and will show "SSD" type next to drives — it will only TRIM those, not defragment.
- Set defragmentation to run on a weekly schedule if you have an HDD.
Trim Your SSD (Optimize Drives)
MEDIUM Impact — SSD OnlySSDs slow down over time as cells fill with old data. The TRIM command tells the SSD which blocks are no longer in use so it can erase and reuse them efficiently, maintaining speed.
- Windows runs TRIM automatically on SSDs via the same "Optimize Drives" tool. Open it, select your SSD, and click Optimize — Windows will run TRIM, not defrag.
- Confirm TRIM is enabled by opening Command Prompt as Administrator and running:
fsutil behavior query DisableDeleteNotify. A result of0means TRIM is active. - On Mac, TRIM is enabled by default for Apple SSDs. For third-party SSDs, it can be enabled via Terminal:
sudo trimforce enable.
Free Up Disk Space (Keep 15%+ Free)
HIGH ImpactBoth Windows and macOS use free disk space as virtual memory and for temporary operations. When your drive is more than 85% full, performance degrades significantly. Aim to keep at least 15% free at all times.
- Check: Windows Explorer › This PC to see drive usage. Mac: Apple menu › About This Mac › Storage.
- Delete large files you no longer need. Sort Downloads folder by size to find culprits.
- Move photos, videos, and large files to an external drive or cloud storage (Google Drive, iCloud, OneDrive).
- On Windows, empty the Recycle Bin. Files deleted stay in Recycle Bin and still occupy drive space.
- On Mac, use Finder › File › Empty Trash. Also check System Settings › General › Storage for Recommendations.
Reset the Page File (Windows)
LOW-MEDIUM ImpactThe Windows page file is virtual memory on disk. If it is misconfigured or fragmented, it can slow things down. Letting Windows manage it automatically is usually best.
- Search for "Adjust the appearance and performance of Windows" › Advanced tab › Virtual memory › Change.
- Select "Automatically manage paging file size for all drives" and click OK.
- Restart your computer. Windows will rebuild the page file at optimal size.
- If you have an SSD, the page file on it is already fast. If you have an HDD, this matters more.
Run SFC and DISM (Windows)
MEDIUM ImpactCorrupted Windows system files cause unpredictable slowdowns, crashes, and errors. The built-in System File Checker (SFC) and DISM tools scan and repair them.
- Open Command Prompt as Administrator (search cmd › right-click › Run as administrator).
- Run SFC first:
- Wait for it to complete (5–15 minutes). If it finds and fixes errors, restart and run it again.
- Then run DISM to repair the Windows image used by SFC:
- This takes 10–20 minutes and requires an internet connection. Restart when done.
Factory Reset as Last Resort
Last ResortIf all software fixes fail and your computer is still slow, a clean Windows or macOS reinstall removes years of accumulated junk, corrupt drivers, and software conflicts. It returns the OS to its original speed.
- Windows: Settings › System › Recovery › Reset this PC › choose "Keep my files" (removes apps but keeps documents) or "Remove everything" for a truly clean slate.
- Mac: Restart in Recovery Mode (hold
Cmd + Ron Intel Mac or hold the power button on Apple Silicon) › reinstall macOS. - Back up your data first — always. Use Time Machine (Mac) or File History (Windows) before proceeding.
- After a clean reinstall, only install the apps you actually use. A clean Windows with 5 apps is dramatically faster than an old install with 50.
Priority Table: Fix vs. Effort vs. Speed Improvement
Use this to decide where to start based on how much time and effort you want to invest.
| # | Fix | Time Required | Effort | Speed Impact |
|---|---|---|---|---|
| 1 | Disable startup apps | 2 min | Easy | High |
| 6 | Run malware scan | 30–60 min | Easy | High (if infected) |
| 11 | Free up disk space | 15–30 min | Easy | High (if full) |
| 4 | Clear temp/cache | 10 min | Easy | Medium |
| 2 | Close background tabs/apps | 2 min | Easy | Medium |
| 3 | Uninstall bloatware | 15–30 min | Easy | Medium |
| 7 | Disable visual effects | 5 min | Easy | Medium (older PCs) |
| 5 | Update OS + drivers | 30–90 min | Easy | Medium |
| 13 | Run SFC + DISM | 20–30 min | Medium | Medium |
| 8 | Disable Search indexing | 5 min | Easy | Medium (HDD) |
| 9 | Defrag HDD | 30–120 min | Easy | Medium (HDD only) |
| 15 | Upgrade HDD to SSD | 1–2 hrs | Medium | Very High |
| 16 | Add RAM | 30 min | Medium | High (<16 GB) |
| 17 | Clean dust | 20–30 min | Medium | High (if throttling) |
| 14 | Factory reset | 1–3 hrs | Hard | High |
Part 2: Hardware Upgrades (6 Fixes)
If you have done all the software fixes and your computer is still slow, the bottleneck is likely hardware. The good news: even one targeted hardware upgrade can give a machine several more years of useful life.
Upgrade HDD to SSD — The Biggest Speed Gain Available
HARDWARE — Highest ImpactNo software fix comes close to the speed improvement of replacing an old spinning hard drive with a solid-state drive. It is the single best investment you can make in an older computer.
- Boot time: 60–90 seconds → 10–15 seconds.
- App launch: Programs open 3–5x faster.
- File operations: Copying and saving files is near-instant.
- Cost: 500 GB SATA SSD: $55–$90 CAD. 1 TB SSD: $80–$130 CAD.
- Install method: Clone your existing drive to the new SSD using free software (Macrium Reflect for Windows, Carbon Copy Cloner for Mac), then swap the drives. No reinstall needed.
- Compatible with almost all laptops and desktops made since 2010. Most laptop SSD swaps take under 30 minutes.
Add More RAM
HARDWARE — High ImpactIf your computer has less than 16 GB of RAM, adding more is the second most impactful upgrade after an SSD. More RAM means more apps and browser tabs can stay loaded in memory instead of being swapped to the slower disk.
- 8 GB RAM is the minimum for comfortable modern use. 16 GB is the new standard. 32 GB for power users, video editing, or software development.
- Check what you currently have: Task Manager › Performance › Memory (Windows) or Apple menu › About This Mac (Mac).
- Cost: 8 GB DDR4 SODIMM (laptop): $25–$45 CAD. 16 GB kit (desktop): $40–$70 CAD.
- Note: Some modern laptops (especially MacBooks with Apple Silicon, and many slim Windows laptops) have RAM soldered to the motherboard and cannot be upgraded. Check your model's specs first at crucial.com.
Clean Dust (Thermal Throttling)
HARDWARE — High Impact If ThrottlingWhen a computer overheats, the CPU and GPU automatically reduce their speed to prevent damage — this is called thermal throttling. A dusty laptop that normally runs at 3.5 GHz may throttle down to 0.8 GHz, making it feel dramatically slower.
- Signs of thermal throttling: computer is hot to the touch, fan runs loudly even at idle, system slows down under load but feels okay when cool.
- For laptops: use a can of compressed air to blow through the vents. For a deeper clean, open the bottom panel and clean the heat sink and fan directly.
- For desktops: open the side panel and use compressed air to clear the CPU heatsink, GPU fans, and case fans.
- Aim to clean dust every 12–18 months, more often in dusty environments or households with pets.
Replace Thermal Paste
HARDWARE — Medium ImpactThermal paste between the CPU and its heat sink dries out after 5–7 years. When it degrades, heat transfer becomes inefficient and temperatures spike, causing more frequent throttling.
- If your computer is more than 5 years old and runs hot despite dust cleaning, replacing the thermal paste is worth doing.
- Popular thermal paste options: Arctic MX-4, Thermal Grizzly Kryonaut. A small tube costs $8–$15.
- This is more technical than dust cleaning — requires opening the laptop and removing the CPU cooler. If you are not comfortable doing it yourself, IT Cares can handle it during a performance tune appointment.
Upgrade GPU (For Gaming and Creative Work)
HARDWARE — Targeted ImpactIf your computer is slow specifically in games, video editing, or 3D applications, and your CPU and RAM are adequate, the bottleneck may be your GPU.
- Only applies to desktop PCs with a dedicated GPU slot (PCIe). Most laptops cannot have their GPU upgraded.
- Check GPU load in Task Manager › Performance › GPU. If it is consistently at 95–100% while gaming, you are GPU-limited.
- Modern mid-range options: NVIDIA RTX 4060, AMD RX 7600. Budget options: RTX 3060 (used market).
- Ensure your power supply has enough wattage before upgrading — check your PSU specs and the GPU's requirements.
External SSD for Additional Storage
HARDWARE — Low-Medium ImpactIf your internal drive is too small to keep 15% free (Fix 11) and you do not want to replace it, adding an external SSD for storage offloads large files and gives your system room to breathe.
- Move your Documents, Downloads, Photos, and Videos folders to the external drive.
- A USB 3.0 external SSD (1 TB, $70–$100) gives you fast access to stored files without needing to open your computer.
- Not a substitute for an internal SSD upgrade — your OS and apps still run from the internal drive. This only helps if storage space is the bottleneck.
Platform-Specific Tips
Beyond the universal fixes above, each operating system has additional performance settings worth knowing.
Windows 10 / 11 Specific
- Power Plan: Control Panel › Power Options › select High Performance (desktop) or Balanced (laptop battery life vs. speed trade-off).
- Game Mode: Settings › Gaming › Game Mode › On. Prioritizes CPU and GPU resources for games.
- Windows 11 only — Efficiency Mode: In Task Manager, right-click a background process and choose Efficiency Mode to reduce its priority and CPU usage.
- Disable Tips and Notifications: Settings › System › Notifications › off. These services run in the background continuously.
- Fast Startup: Control Panel › Power Options › Choose what the power buttons do › enable Fast Startup. Speeds up boot by saving kernel state to disk.
- ReadyBoost (HDD only): If you have a USB 3.0 flash drive, plug it in › right-click in Explorer › Properties › ReadyBoost › use as cache. Marginal improvement on HDD systems.
Mac Specific
- Activity Monitor: Open Spotlight (
Cmd + Space) › type Activity Monitor. Check CPU and Memory tabs for processes consuming excessive resources. "kernel_task" high CPU often indicates thermal throttling. - Reset NVRAM: Shut down › turn on › immediately hold
Cmd + Option + P + Rfor about 20 seconds. Resets display resolution, startup disk, and speaker volume settings. Helps with boot slowness on Intel Macs. - Reset SMC (Intel Macs only): Fixes thermal management issues. For non-T2 MacBooks: hold Shift + Control + Option + Power for 10 seconds.
- Clear Login Items: System Settings › General › Login Items & Extensions › remove unnecessary items.
- Spotlight re-index: If Spotlight or your Mac is slow after an update, System Settings › Siri & Spotlight › Spotlight Privacy › add your drive, wait, then remove it to force re-indexing.
- macOS Clean Install: Boot into Recovery Mode › erase the drive › reinstall macOS. Apple Silicon Macs make this very fast (under 20 minutes).
Still Slow? IT Cares Will Fix It — $59 Flat
Our certified technicians perform a full performance tune: disable startup bloat, deep malware scan, clear system junk, optimize settings, and advise on the right hardware upgrade for your specific machine. SSD and RAM upgrades available — we source and install the right parts. Remote or on-site across Canada.