Has your laptop become slower than a turtle in the distance? Applications take forever to open, videos lag, and the cursor freezes in place like in a nightmare? The problem of “slowness” is familiar to every second user, but does not always require the purchase of a new device. In 90% of cases, slow operation can be corrected yourself - without visiting a service center and unnecessary expenses.

In this article we will look at all possible causes of brakes - from a clogged cache to hardware faults, and we’ll also give step by step instructions for Windows, macOS And Linux. You will learn how to check the hardware, optimize the system, and even bring an old laptop back to life with 2 GB RAM. Let's start with the simplest and end with radical measures.

1. Diagnostics: why did the laptop start to slow down?

Before treatment, a diagnosis must be made. Brakes may be caused by software glitches (viruses, disk fragmentation, background processes) or hardware problems (overheating, drive wear, lack of RAM). Here's how to tell them apart:

  • 🔍 Sudden brakes (yesterday everything was fine, today there are lags) → most likely the software is to blame: viruses, updates or driver failure.
  • 📉 Gradual slowdown (work gets slower every month) → garbage accumulates in the system, the disk becomes fragmented or the SSD wears out.
  • 🔥 Brakes under load (the laptop “chokes” in games/editors) → overheating, weak processor or lack of RAM.
  • 💥 Freezes when turning on/off → problems with the hard drive or damaged system files.

For accurate diagnostics, use the built-in tools:

  • 🪛 Windows: Task Manager (Ctrl+Shift+Esc) → “Performance” tab. See which component is 100% loaded (CPU, RAM, Disk).
  • 🍎 macOS: System monitoring (in Programs → Utilities). Pay attention to the columns “CPU”, “Memory” and “Disk”.
  • 🐧 Linux: command top or htop in the terminal. Look for processes that consume more than 50% of resources.
📊 How long ago did your laptop start slowing down?
  • Less than a week
  • 1-3 months
  • More than six months
  • Always worked slowly

A critical sign of a hardware failure: if the laptop slows down even in the BIOS (when loading before the Windows logo appears). This means there is a problem with the hard drive, RAM or motherboard.

2. System cleaning: remove junk and unnecessary programs

The most common cause of brakes is clogged system. Over time, temporary files, browser caches, remnants of deleted programs and duplicate documents accumulate. Even on an SSD, this can eat up to 30% of performance.

Start simple:

Remove unused programs through “Settings” → “Applications”

Clear browser cache (Chrome, Firefox, Edge)

Delete temporary files using Disk Cleanup (Windows) or CleanMyMac (macOS)

Check startup and disable unnecessary programs

-->

For deep cleaning, use specialized utilities:

Operating system Program What cleanses Link
Windows CCleaner Cache, registry, temporary files, duplicates Download
macOS CleanMyMac X System junk, cache, unused languages Download
Linux BleachBit Package cache, log files, temporary data sudo apt install bleachbit
Any TreeSize Shows which folders take up the most space Download

Attention! Don't use "registry optimizers" like RegCleaner or Wise Registry Cleaner. They often break the system by deleting critical keys. For Windows 10/11, the built-in one is sufficient Disk Cleanup.

💡

Before cleaning, create a system restore point! On Windows: Control Panel → Recovery → Set up system recovery.

3. Overheating: how to check and fix

If laptop heats up like an iron and starts to slow down after 10-15 minutes of operation, the problem is overheating. Modern processors automatically reduce performance (throttling) to avoid damage. Normal temperature:

  • 🌡️ In idle time: 40–50°C.
  • 🎮 Under load (games, rendering): 70–85°C (maximum 90°C).
  • ❄️ Above 95°C - critical overheating, urgent intervention is required.

Check the temperature with:

  • 🪛 Windows: HWMonitor, Core Temp or Speccy.
  • 🍎 macOS: iStat Menus or Macs Fan Control.
  • 🐧 Linux: command sensors (install package lm-sensors).

What to do if your laptop overheats?

  1. Clean the cooling system. Dust in the radiator is the main cause of overheating. Use a can of compressed air or contact service.
  2. Replace thermal paste. Over time it dries out. Suitable for laptops Arctic MX-4 or Noctua NT-H1.
  3. Use a cooling pad. Especially relevant for gaming laptops (ASUS ROG, MSI, Acer Predator).
  4. Reduce CPU voltage (undervolting). For IntelThrottleStop, for AMDRyzen Controller.
How to check a cooler without programs?

Listen to your laptop in silence. If the cooler does not make noise under load (for example, when starting a game), most likely it is not working or is clogged with dust. You can also place your hand near the ventilation grilles - if hot air is not blowing, the cooling system is not functioning.

⚠️ Attention! Do not use the laptop on soft surfaces (blanket, sofa). This blocks the vents and makes overheating worse. Always work on a hard and level surface.

4. Optimizing Windows: disabling unnecessary services and visual effects

Windows 10 and 11 out of the box are tuned for maximum performance on modern PCs, but on weaker laptops this only gets in the way. Here's what you can turn off:

Step 1: Turn off visual effects

  1. Click Win + R, enter sysdm.cpl and go to the "Advanced" tab.
  2. In the Performance section, click Settings → select Get better performance.
  3. Leave only the checkboxes for “Smooth screen font jaggedness” and “Display translucency”.

Step 2: Disable unnecessary services

Some Windows services can be safely disabled. To do this:

  1. Click Win + R, enter services.msc.
  2. Find and disable (right click → Properties → Startup type: Disabled):
  • 🖼️ Superfetch (SysMain) - caches frequently used programs, but only slows down on the HDD.
  • 📡 Windows Search — file indexing (if you don’t use system search).
  • 📊 Diagnostics Tracking Service — telemetry collection (can be disabled without consequences).
  • 🎨 Themes — if you don’t use themes.

Step 3: Optimize your power plan

By default, Windows uses Balanced mode, but for weaker laptops it's better to select "High Performance" (yes, this sounds contradictory, but it often helps). How to change:

Панель управления → Электропитание → Настройка схемы электропитания → Высокая производительность
💡

On laptops with SSDs, disable defragmentation! Not only is it useless, but it also shortens the life of the drive.

5. Updating drivers and BIOS: why is it important

Outdated or broken drivers are a common cause of slowdowns, especially after updating Windows. For example, chipset driver is responsible for the operation of USB, sound and network adapters, and video card driver - for performance in games and editors.

How to update drivers correctly:

  1. Automatically (for beginners):
    • 🪛 Windows: Driver Booster or Snappy Driver Installer.
    • 🍎 macOS: Driver updates come with system updates.
  2. Manually (for advanced users):
    • Download drivers from the official website of the laptop manufacturer (Lenovo, HP, Dell etc.).
    • For video card: NVIDIAofficial website, AMDRadeon drivers.

BIOS update - an extreme measure, but sometimes it helps to fix critical bugs. Attention! An incorrect BIOS update can brick your laptop. Only do this if:

  • 🔧 Do you have Uninterruptible power supply (UPS) - a power outage during an update kills the motherboard.
  • 📋You have downloaded the firmware exactly for your model (check the serial number on the sticker).
  • 🔄 You created BIOS backup (if there is such an option in the update utility).

Instructions for updating BIOS for most laptops:

  1. Download the firmware from the official website (for example, for ASUSsupport section).
  2. Unzip the archive and copy the file to a USB flash drive (FAT32).
  3. Reboot your laptop, go into BIOS (usually F2, Del or Esc).
  4. Find a section EZ Flash (or similar) and select the firmware file.
  5. Wait for it to finish (don't turn off your laptop!).

6. Hardware problems: when it’s time to take it to service

If all software methods have been tried, but the laptop still slows down, the problem may be in the hardware. Here signs of hardware problems:

Symptom Possible reason Solution
The laptop randomly turns off and slows down under load Overheating, cooling system malfunction Cleaning dust, replacing thermal paste, checking the cooler
Long loading times, stuttering when working with files HDD wear or SSD failure Check SMART-status (program CrystalDiskInfo), replacing the drive
Blue screens (BSOD) with errors MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL RAM fault Test program MemTest86, replacing RAM sticks
Artifacts on the screen (banding, flickering, distortion) Problems with the video card or matrix Checking on another monitor, resoldering the chip (for discrete video cards)
The laptop does not turn on or turns off immediately Malfunction of the motherboard or power supply Diagnostics at the service center

The most common “hardware” causes of brakes:

  • 💾 HDD wear: If your laptop is older than 5 years and uses a hard drive, it is most likely already dying. Check disk health in CrystalDiskInfo - if the status Pre-failure or Anxiety, urgently transfer the data and replace it with an SSD.
  • 🧠 Lack of RAM: for Windows 10/11 minimum 8 GB RAM, for games and editors - 16 GB. See how much memory you have in Task Manager → “Memory”. If the load is constantly close to 100%, it’s time to buy additional strips.
  • 🔌 Weak processor: if you have Intel Celeron, Pentium or AMD A-series, don't expect miracles. Such chips are not designed for multitasking.

⚠️ Attention! If you are not confident in your skills, do not disassemble the laptop yourself! Modern models (for example, MacBook Pro or Dell XPS) have adhesive connections and fragile cables. Contact a service center with good reviews.

7. Radical measures: system reinstallation and upgrade

If all else fails, there are two options left:

  1. Reinstalling Windows/macOS/Linux.
  2. Component upgrade (if possible for your model).

Reinstalling the system - the most reliable way to return a laptop to its “factory” state. Important:

  • 📁 Save all data to an external drive or cloud.
  • 🔑 Set up a bootable USB flash drive (for Windows - Media Creation Tool, for Linux - Rufus).
  • 🔄 Select Clean Install, not an update.

Instructions for Windows 10/11:

1. Скачайте образ с официального сайта Microsoft.

2. Создайте загрузочную флешку (минимум 8 ГБ).

3. Загрузитесь с флешки (в BIOS выберите USB-накопитель).

4. На этапе выбора диска удалите все разделы и отформатируйте диск.

5. Установите систему на неразмеченное пространство.

Component upgrade - if the laptop allows it. What can be replaced:

  • 💿 HDD → SSD: the most effective upgrade! Even budget Kingston A400 or Crucial BX500 will speed up loading by 5-10 times.
  • 🧠 RAM: add another bar (for example, with 4 GB to 8-16 GB). Check compatibility at Crucial website.
  • 🖥️ Video card: On some laptops (eg MSI GT75 or Alienware) you can replace the discrete video card.

⚠️ Attention! Before upgrading, check:

  • The maximum supported amount of RAM (for example, Lenovo ThinkPad T480 supports up to 32 GB, and Acer Aspire 3 - only 8 GB).
  • Drive type: SATA III (up to 600 MB/s) or NVMe (up to 3500 MB/s).
  • Generation compatibility (e.g. DDR4 will not fit in the slot for DDR3).

8. Alternative solutions: cloud PCs and lightweight OS

If your laptop is so weak that even after all the manipulations it slows down, consider alternative options:

1. Cloud PC

Services like Shadow, GeForce NOW or Microsoft Azure Virtual Desktop allow you to “rent” a powerful computer in the cloud and connect to it remotely. Pros:

  • 🎮 You can play modern games on a weak laptop.
  • 💼 Work in heavy programs (Photoshop, AutoCAD) without lags.
  • 🔒 Data is stored in the cloud, not on your disk.

Cons: requires stable internet (from 50 Mbit/s) and paid subscription (from 10$/month).

2. Lightweight operating systems

If Windows doesn't work, try:

  • 🐧 Linux distributions:
    • Lubuntu - for very weak PCs (1 GB RAM).
    • Linux Mint XFCE — balance between lightness and convenience.
    • Puppy Linux - works even on 300 MB RAM!
  • 🪟 Light versions of Windows:
    • Tiny10 — “trimmed” Windows 10 without unnecessary services.
    • Windows 10 LTSC — version without spy functions and updates.

3. God Mode (for Windows)

Hidden control panel that gives access to all system settings. How to enable:

1. Создайте папку на рабочем столе.

2. Переименуйте её в:

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

3. Откройте папку — появится список из 200+ настроек.

💡

Before installing an alternative OS, check the compatibility with your hardware on the website Linux-Hardware.

FAQ: Frequently asked questions about laptop brakes

❓ The laptop slows down only in games. What's the problem?

Most likely, the video card or processor is not powerful enough. Check:

  • GPU temperature (should be below 85°C under load).
  • Loading the video card into MSI Afterburner or HWMonitor.
  • In-game graphics settings (lower resolution and disable anti-aliasing).

If FPS is low even on minimum settings, the video card driver may not be optimized for your model.

❓ Why does my laptop slow down after updating Windows?

Updates often break driver compatibility. Try:

  1. Roll back the update (to Settings → Update & Security → Windows Update → View update history → Uninstall updates).
  2. Update drivers manually (especially chipset and video card).
  3. Disable automatic updates (for Windows 10 Pro: gpedit.msc → Computer Configuration → Administrative Templates → Windows Components → Windows Update).
❓ Is it possible to speed up a laptop with 2 GB of RAM?

Yes, but with reservations:

  • Install Linux (For example, Puppy Linux or AntiX).
  • Disable all background processes and visual effects.
  • Use cloud applications (eg. Google Docs instead of Microsoft Word).
  • Add more 2–4 GB RAM (if the laptop supports the upgrade).

On Windows 10 with 2 GB RAM It is impossible to work comfortably - the system will constantly use the swap file, which kills performance.

❓ The laptop slows down while charging, but works fine on battery power. Why?

Probable reasons:

  • 🔌 Faulty power supply - does not produce enough power. Check the voltage with a multimeter (should match the sticker on the unit).
  • 🔋 Worn out battery - if the capacity is lower 40% from nominal, the laptop may limit performance. Check in BatteryInfoView.
  • Power settings - in some laptops (for example, Lenovo) there is an “Energy Saving” mode when operating from the network. Check in BIOS.
❓ How to check if your laptop is slowing down due to viruses?

Do a full check:

  1. Install Kaspersky Virus Removal Tool or Dr.Web CureIt! (they do not require installation).
  2. Boot into Safe Mode (hold when starting F8 or Shift + Reboot in Windows 10/11).
  3. Scan the system (especially folders Temp, AppData and autoload).
  4. Check network activity in Task Manager - if something is consuming traffic without your knowledge, it could be a miner or a botnet.

If viruses are found, after treatment it is necessary to change passwords from mail, social networks and banking services!