You start the movie on YouTube, turn on the stream to Twitch or you open a local video file - and after a few minutes the laptop begins to “slow down”, the picture twitches, and then the screen freezes completely. The sound may continue to play or may also be interrupted. Sometimes only a forced reboot helps. Is this a familiar situation?

The reasons for this behavior are varied: from processor overheating to software conflicts. In this article we will look at 7 Key Causes of Freezes when watching videos - from hardware to software - and we will give step by step instructions to eliminate them. We will pay special attention to the differences between Windows 10/11, macOS And Linux, as well as the specifics of working with external monitors and TV set-top boxes.

Important: if freezes occur only with certain videos (for example, 4K or HDR), the problem is more likely to be in the codecs or drivers. If the laptop freezes even on simple casters, the hardware or OS is to blame. Let's start with the most obvious.

1. Overheating: why a laptop “chokes” video due to temperature

Overheating is the most common cause of freezing under load. Video players (especially browsers with hardware acceleration) use CPU and GPU at 80–100%, which leads to throttling - a forced reduction in frequencies for cooling. As a result, the picture freezes and the laptop may freeze completely.

How to check:

  • 🔥 Install the utility HWMonitor (Windows) or iStat Menus (macOS) and start the video. If the CPU/GPU temperature exceeds 90°C, and the frequency drops below the base - this is throttling.
  • 🎛️ Listen to the cooler: if it works at maximum or turns off completely, the problem is in the cooling system.
  • 🖥️ Freezes occur even on 720p, but not on 480p? This is an indirect sign of overheating.

Solutions:

  • 🧹 Clean your laptop from dust. To do this, disassemble it (or contact service) and blow out the radiators with compressed air. Pay special attention to ventilation grilles.
  • 🔄 Replace thermal paste. If the laptop is more than 3 years old, the factory paste may have dried out. Use quality ingredients: Arctic MX-6, Noctua NT-H2.
  • 📉 Limit TDP via BIOS or utilities like ThrottleStop (Windows). For macOS will help sudo pmset -a lowpowermode 1 in the Terminal.
⚠️ Attention: If after cleaning the temperature does not drop below 85°C under load, the cooler or thermal sensor may have failed. In this case, the laptop requires professional repair.
📊 How often do you clean your laptop cooling system?
  • Once every 6 months
  • Once a year
  • Only when problems start
  • Never

2. Lack of RAM: why the browser “eats” all the RAM

Modern web pages with video (especially YouTube, Netflix, Twitch) can consume up to 2–4 GB RAM per tab. If you have 4–8 GB RAM, the system begins to actively use swap file, which leads to lags and freezes.

How to diagnose:

  • 📊 Open Task Manager (Windows: Ctrl+Shift+Esc, macOS: Command+Space → Activity Monitor). If there is less free memory 10%, and the disk is loaded on 100% - this is a sign of low RAM.
  • 🌐 Check the memory consumption in the browser: in Chrome go to chrome://memory-redirect, in Firefoxabout:memory.

Solutions:

Problem Windows 10/11 macOS Linux
Lack of RAM Increase the page file to Control Panel → System → Additional. settings → Performance → Options → Advanced Disable unnecessary programs in Activity Monitor → Memory. Use purge in the Terminal to clear the cache. Add swap file: sudo fallocate -l 4G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile
The browser eats up memory Turn on chrome://flags/#high-efficiency-mode in Chrome or use Edge with optimizations for RAM. Go to Safari - it is better optimized for macOS. Disable extensions in Safari → Preferences → Extensions. Use Firefox with setting about:config → browser.tabs.unloadOnLowMemory = true.
Background processes Disable unnecessary programs in startup: Ctrl+Shift+Esc → Startup. Remove unnecessary login items System Preferences → Users and Groups → Login Items. Use systemd-analyze blame to search for “heavy” services.

Critical Information: If you have 4GB of RAM or less, upgrading to 8-16GB is the only long-term solution. No amount of optimization can replace physical memory.

Close all unnecessary tabs in your browser|Disable background programs (Discord, Telegram, Steam)|Restart your laptop if it has been running for more than a day|Use lightweight browsers (for example, Brave or Vivaldi)-->

3. Problems with drivers: why the video breaks or freezes

Outdated, damaged, or incompatible video card drivers are a common cause of artifacts, stutters, and complete freezes during video playback. This is especially true for laptops with hybrid graphics (For example, NVIDIA Optimus or AMD Switchable Graphics), where the system may not switch correctly between integrated and discrete graphics.

Signs of driver problems:

  • 🎨 Video is displayed with green/purple artifacts.
  • 🖥️ The screen flickers or goes dark briefly during playback.
  • 🔄 Freezes only occur in full screen mode.
  • 🎮 Games and videos work fine, but browser videos are slow.

How to update drivers:

  1. Windows:
    • Automatically: Start → Settings → Update & Security → Windows Update → Check for updates.
    • Manually:
      1. Download the driver from the manufacturer's website (NVIDIA, AMD, Intel).
      2. Remove the old driver via Display Driver Uninstaller (DDU).
      3. Install the new driver and reboot.
  • macOS: Driver updates arrive via System settings → Software update. For discrete GPUs (for example, in MacBook Pro 2015–2019) may need to be reset NVRAM (Command+Option+P+R when loading).
  • Linux: Use proprietary drivers:
    sudo ubuntu-drivers autoinstall  # Для Ubuntu/Debian
    

    sudo pacman -S nvidia-dkms # Для Arch Linux

  • ⚠️ Attention: On laptops with hybrid graphics (NVIDIA + Intel or AMD + Radeon) After updating drivers, you may need to manually specify which graphics card to use for the browser. B Windows this is done through NVIDIA Control Panel → Manage 3D Settings → Software Settings (add chrome.exe or firefox.exe and select discrete GPU).

    4. Codecs and video formats: why some videos don’t work

    If the laptop freezes only with certain videos (For example, .mkv, HEVC/H.265 or AV1), the problem is most likely the lack of the necessary codecs or hardware support for decoding. Default browsers and players do not always handle modern formats correctly.

    How to check:

    • 📌 Play video in VLC or MPC-HC. If it plays normally, the problem is in the browser or its settings.
    • 🔍 Find out the video format: in VLC click Tools → Codec Information (or Ctrl+J). Pay attention to the lines Codec: H.264/AVC, HEVC, AV1.
    • 🌐 Check if your processor supports hardware decoding:
      • Intel: Quick Sync (supports H.264, HEVC, AV1 on gen 12–13).
      • AMD: AMF (HEVC, AV1 on Ryzen 5000+).
      • NVIDIA: NVDEC (HEVC, AV1 on RTX 30/40 series).

    Solutions:

    • 🛠️ Install K-Lite Codec Pack (Windows) or FFmpeg (Linux/macOS). This will solve problems with most formats.
    • 🌐 Enable hardware acceleration in your browser:
      • Chrome/Edge: Go to chrome://settings/system and turn it on Use hardware acceleration (if available).
      • Firefox: Enter in the address bar about:config, find media.ffmpeg.vaapi.enabled And media.rdd-ffmpeg.enabled, set the value true.
    • 🎥 Use external players:
      • For YouTube: extension Enhancer for YouTube allows you to open videos in an external player (for example, MPV).
      • For local files: MPC-BE (Windows), IINA (macOS), SMPlayer (Linux).
    How to check if your processor supports AV1?

    Download the AV1 test video (for example, from demo-uhd3d.com) and open it in your browser. If the video plays without lags, and in the Task Manager (Windows) or Activity Monitor (macOS) the CPU load does not exceed 20%, hardware decoding is working. If the CPU is 80–100% loaded, decoding occurs in software, which can cause freezes on weak laptops.

    5. Software conflicts: who is interfering with the video?

    Sometimes freezes cause background programsthat conflict with video drivers or browser. Common culprits:

    • 🛡️ Antiviruses (especially Avast, Kaspersky, McAfee) - can block access to the GPU.
    • 🎮 Overlays from Discord, Steam, NVIDIA GeForce Experience — are superimposed on top of the video and cause lags.
    • 🔄 Update Managers (For example, NVIDIA Telemetry, AMD Adrenalin) - can load the CPU in the background.
    • 📡 VPN and proxy - some services (for example, NordVPN, ProtonVPN) can slow down streaming video.

    How to diagnose:

    1. Play the video and open Task Manager (or top/htop on Linux/macOS).
    2. Sort processes by load on CPU or GPU.
    3. Close suspicious programs one by one, checking to see if the freezes disappear.

    Solutions:

    • 🛡️ Disable your antivirus while watching a video (or add your browser to exceptions).
    • 🎮 Turn off overlays:
      • B Discord: Settings → Game overlay → Disable game overlay.
      • B Steam: Options → In Game → Disable Steam Overlay.
    • 🔄 Update or remove driver managers:
      • For NVIDIA: delete GeForce Experience through Control Panel → Programs.
      • For AMD: disable AMD User Experience Program in settings Adrenalin.
    💡

    If freezes occur only in the browser, try running it in incognito mode (or with extensions disabled). Often the problem lies in a plugin conflict, for example, uBlock Origin + AdGuard.

    6. Problems with the hard drive or SSD: why the video freezes when buffering

    If the laptop freezes when buffering video (especially local files or streams), the problem may be slow drive or its malfunction. This is relevant for:

    • 💾 Old HDD (especially with fragmented files).
    • 🔋 SSD with worn out cells (check your health via CrystalDiskInfo).
    • 🔌 External drives with interface USB 2.0 (not enough bandwidth for 4K video).

    How to check:

    • 📊 Run a disk speed test:
      • Windows: CrystalDiskMark.
      • macOS: diskutil list + dd if=/dev/disk0 of=/dev/null bs=1m count=1024 (replace disk0 to your disk).
      • Linux: sudo hdparm -Tt /dev/sda.
    • 🔍 Check the health of the SSD/HDD:
      • Windows: CrystalDiskInfo (see parameters Reallocated Sectors Count, Pending Sectors).
      • macOS/Linux: smartctl -a /dev/sda (install smartmontools).

    Solutions:

    • 🔄 Defragment the HDD (Windows only!): Disk Optimization → Analyze → Optimize.
    • 🗑️ Clean the disk from unnecessary files (especially temporary browser files in %LocalAppData%\Temp).
    • 🔧 Replace HDD with SSD (if reading speed is lower 80 MB/s).
    • 🔌 Use USB 3.0/3.1 for external drives (blue connector).
    ⚠️ Attention: If CrystalDiskInfo shows status Pred Fail (Prediction Failure) or meaning Reallocated Sectors Count exceeds 100, the drive requires urgent replacement! Continued use may result in data loss.
    💡

    If the video on the external drive plays with lags, copy it to the internal drive. Even USB 3.0 may not be able to handle 4K HDR bitrates (50-100 Mbps).

    7. Power problems: why the laptop slows down on battery power

    Many laptops automatically reduce performance when running on battery power, which can cause stuttering when watching videos. The culprit could also be faulty battery or incorrect power supply settings.

    Signs of eating problems:

    • ⚡ Laptop freezes only when the charger is disconnected.
    • 🔋 Battery life has decreased sharply (from 4–5 hours to 30–60 minutes).
    • 🔌 When you connect the charger, the freezes disappear.

    How to diagnose:

    • 📊 Check the battery status:
      • Windows: command line → powercfg /batteryreport (open the generated battery-report.html).
      • macOS: System information → Power supply (check the parameter Condition: Normal).
      • Linux: upower -i /org/freedesktop/UPower/devices/battery_BAT0.
    • ⚡ Check the power plan:
      • Windows: Control Panel → Power Options → Power Plan Settings → Change advanced power settings.
      • macOS: System Settings → Battery.

    Solutions:

    • Change your power plan:
      • Windows: Select a scheme High performance or configure the current one:
        Панель управления → Электропитание → Изменить дополнительные параметры → PCI Express → Режим Link State Power Management → Откл.
      • Linux: Add parameter pcie_aspm=off in GRUB (/etc/default/grub).
    • 🔋 Replace the battery, if its capacity has dropped below 50% from the factory.
    • 🔌 Use original charger. Poor quality power supplies may not provide enough power.

    Critical information: On laptops with NVIDIA Optimus (for example, many models ASUS, MSI, Lenovo Legion) When running on battery power, the discrete video card may turn off, which leads to freezes in games and videos. Solution: Force the GPU to turn on via NVIDIA Control Panel or BIOS.

    FAQ: Frequently asked questions about freezing when watching videos

    ❓ Why does my laptop only freeze on YouTube, but local videos work fine?

    Most likely the problem is browser or its settings. Try:

    1. Disable hardware acceleration in your browser settings.
    2. Clear cache (Ctrl+Shift+Del in Chrome/Edge).
    3. Use a different browser (for example, Firefox or Brave).
    4. Disable extensions (especially ad blockers).

    If the problem persists, check video card drivers And codecs (install K-Lite Codec Pack).

    ❓ The laptop freezes when watching 4K video, but Full HD works fine. What's the matter?

    Reasons:

    • Lacks CPU/GPU performance for 4K decoding (especially HEVC/H.265 or AV1).
    • No hardware support (for example, with older processors Intel up to 7th generation no decoding 10-bit HEVC).
    • Driver problems (update them manually from the manufacturer's website).
    • Lack of RAM (4K video requires more buffer).

    Solutions:

    • Try playing the video in an external player (MPC-BE, PotPlayer) with hardware acceleration enabled.
    • Reduce resolution to 1440p (if possible).
    • Check the CPU load in the Task Manager. If she is close to 100%, the video is decoded by software - this is normal for weak laptops.
    ❓ After updating Windows, the laptop started freezing on video. How to roll back?

    If freezing started after the update, try:

    1. Roll back to a previous version of Windows:
      Параметры → Обновление и безопасность → Восстановление → Вернуться к предыдущей версии Windows.

      If the button is inactive, it means more than 10 days have passed - a rollback is impossible.

    2. Uninstall latest update:
      Панель управления → Программы → Просмотр установленных обновлений → Удалить последние обновления (особенно с кодом KBxxxxxxx).
    3. Disable automatic driver updates:
      Панель управления → Система → Дополнительные параметры системы → Оборудование → Параметры установки устройств → Нет, предоставить возможность выбора.

    If the problem is with the drivers, download them from the laptop manufacturer's website (not through Windows Update!).

    ❓ The laptop freezes when connected to an external monitor or TV. What to do?

    Problems with external displays are usually related to:

    • Incorrect resolution/frequency (For example, 4K@60Hz through HDMI 1.4, which only supports 4K@30Hz).
    • Driver conflicts (especially if used NVIDIA Optimus or AMD Hybrid Graphics).
    • Faulty cable (try replacing HDMI/DisplayPort).

    Solutions:

    • Install correct resolution:
      Параметры → Система → Дисплей → Дополнительные параметры дисплея → Разрешение (выберите рекомендуемое).
    • Update your drivers video card and monitor.
    • Disable hardware acceleration in the browser (if the video only lags on the external screen).
    • Use DisplayPort instead of HDMI for high resolutions (eg 4K@120Hz).
    ❓ Can a virus cause freezes when watching videos?

    Yes, some viruses (especially miners And advar) can:

    • Load CPU/GPU in the background.
    • Replace advertising on video sites (which causes additional workload).
    • Block access to graphics drivers.

    How to check:

    1. Open Task Manager