A laptop fan is not just a noisy piece of hardware, but a critical component that protects the processor and other chips from overheating. When a cooling system does not function properly, the consequences can range from sudden shutdowns to permanent hardware damage. But what to do if the cooler is silent, although the laptop is clearly overheating? Or vice versa - does it work at maximum speed for no apparent reason?
In this article we will look at all possible ways to control the fan - from standard BIOS settings to specialized software for fine tuning. You will learn how force the cooler to turn on on laptops ASUS, Lenovo, HP, Acer and other brands, as well as what to do if the fan does not respond to commands. Important: Some methods require caution - incorrect settings may shorten the life of the device.
Why might the fan on my laptop not turn on?
Before trying to “wake up” the cooler, it is worth understanding the reason for its inactivity. In 60% of cases, the problem lies not in the fan itself, but in the control system or external factors. Here are the most common scenarios:
- 🔍 Dust clogged: Even a thin layer of dust on the blades or heatsink can block rotation or impair heat dissipation. Laptops Dell XPS And MacBook Pro are especially sensitive to this due to their compact body.
- 💻 Driver glitches: After updating Windows or macOS, the cooler control may fail. This is often accompanied by errors in
Device Manager(section “System devices”). - ⚙️ Incorrect BIOS/UEFI settings: some manufacturers (for example, MSI or Gigabyte) allow you to manually limit the fan speed. If the parameter
Fan Controlinstalled inSilent Mode, the cooler will turn on only at a critical temperature. - 🦠 Viruses or mining software: Malware can block access to hardware sensors or, on the contrary, force the processor to work at 100%, which leads to constant fan noise.
If the laptop is new and the fan has never been turned on, it is possible assembly defect — for example, the cooler connector is not connected to the motherboard. In this case, independent repair is not recommended: contact the service center before the warranty period has expired.
⚠️ Attention: if the processor temperature exceeds 90°C (can be checked in HWMonitor or Core Temp), and the fan does not respond, turn off the laptop immediately. Further work may lead to thermal throttling (automatic performance reduction) or chip failure.
- Once every 3 months
- Once every six months
- Once a year
- Never
- Only when it starts to warm up
Method 1: Forced startup via BIOS/UEFI
BIOS (or its modern version, UEFI) is a low-level system that manages hardware components before loading the OS. Some laptops have settings here to manually control the fan. The instructions are suitable for most models Lenovo ThinkPad, HP Pavilion, ASUS ROG and others.
To get into the BIOS:
- Turn off your laptop.
- Press the power button and immediately press the BIOS enter key repeatedly. Usually this is:
F2- for Lenovo, Dell, Acer;Del- for ASUS, MSI;Esc→F10- for HP.
In the BIOS, look for sections with the names:
- 🔧
Advanced→Hardware Monitor(orPC Health Status); - 🌀
Fan Control,Fan Speed,Q-Fan Control(y ASUS); - ⚡
Thermal Management(y Lenovo).
If you find the parameter Fan Mode, install it in Performance or Manual. In some BIOS you can set threshold temperatures to turn on the cooler (for example, 60°C for medium speeds, 80°C for maximum). Save the settings (F10) and reboot.
⚠️ Attention: settingManualin BIOS disables automatic fan control! If you forget to return the parameters toAuto, the laptop may overheat under high loads.
Enter BIOS (F2/Del/Esc key)
Find the Hardware Monitor or Fan Control section
Set Fan Mode to Performance or Manual
Save settings (F10) and reboot
Check temperature in Windows after changes -->
Method 2: Using programs to control the cooler
If the BIOS does not provide the necessary options, third-party utilities come to the rescue. They allow control fan speed in real time, set custom profiles and even create graphs of speed versus temperature. Below are proven programs for different operating systems.
For Windows
- 🖥️ SpeedFan - a classic utility that supports most laptops. Allows you to change the speed manually or configure automatic rules. Minus: Does not work on newer models with digital fan management (PWM).
- 🎮 MSI Afterburner - initially for overclocking video cards, but can also control the processor fan. Suitable for gaming laptops MSI, ASUS TUF, Alienware.
- 📊 HWInfo + Fan Control — a combo of temperature monitoring and flexible cooler settings. You can create a speed versus load curve.
For macOS
- 🍎 Macs Fan Control - the only reliable solution for MacBook Pro/Air. Allows you to set minimum speed and response thresholds. Important: On M1/M2 chips functionality is limited due to Apple's proprietary architecture.
For Linux
- 🐧 lm-sensors + fancontrol — console tool for monitoring and management. Requires superuser rights. Example command for turning on the cooler to maximum:
Note: file pathecho 255 | sudo tee /sys/class/hwmon/hwmon*/pwm1pwm1may differ - check viasensors-detect.
How to set up SpeedFan (step by step):
- Download the program from the official website and install.
- Run as administrator.
- In the tab
Configure→Fansselect your fan (usuallyFan1orCPU Fan). - Check the box
Manualand move the slider to 50-70% for the test. - If the laptop starts making noise, the cooler is working. Now you can configure automatic mode in the tab
Speeds.
Before using fan control software, create a Windows restore point. This will help roll back changes if the laptop starts to overheat or shut down.
Method 3: Cleaning the fan from dust (physical method)
If software methods do not help, the problem may be mechanical. Dust and hair accumulated on the blades block rotation or create an imbalance, causing the cooler to either not start or work intermittently. You can do the cleaning yourself, but you need to be careful.
What you will need:
- 🛠️ Screwdriver (usually
Phillips #0orT5for laptops); - 🌬️ A can of compressed air (or a vacuum cleaner with reverse draft);
- 🧴 Alcohol wipes for cleaning blades;
- 🔌 Antistatic bracelet (optional, but recommended).
Step by step instructions:
- Turn off the laptop and disconnect the battery (if it is removable).
- Turn the device over and unscrew the cooling compartment cover (usually marked with a fan icon).
- Gently blow out the radiator and blades with compressed air. Don't blow with your mouth - Moisture from your breath may settle on the contacts.
- If there is a dense layer of dust, soak a cotton swab in alcohol and wipe the blades. Do not use water!
- Reassemble the laptop in reverse order and check the fan operation.
For laptops with a non-separable case (for example, MacBook or Dell XPS 13) it is better to entrust cleaning to a service center. Attempts to disassemble them yourself often end in damage to the cables or the touch panel.
What should I do if after cleaning the fan still does not work?
If the cooler shows no signs of life even after cleaning, the following problems are possible:
1. **Power wire break** - check the connection of the connector to the motherboard.
2. **Bearing failure** - the fan may “jam” or make a grinding noise. The solution is to replace the cooler.
3. **Power controller failure** - in this case, only service repair will help, since soldering of microcircuits is required.
Method 4: Checking drivers and updating firmware
Sometimes the fan does not turn on due to software conflicts. For example, after updating Windows power management driver (ACPI) may not work correctly. The same goes for BIOS firmware - an outdated version may incorrectly read data from temperature sensors.
How to update drivers:
- Open
Device Manager(Win + X→Device Manager). - Expand the thread
System devices. - Find devices with names
ACPI,ThermalorFan. - Right click →
Update driver→Automatic search.
How to update BIOS:
- Go to the laptop manufacturer's website (for example, support.lenovo.com for Lenovo).
- Enter your device model and download the latest BIOS.
- Follow the manufacturer's instructions (usually you need to run the EXE file from Windows or create a bootable USB flash drive).
| Manufacturer | Drivers link | Features of BIOS update |
|---|---|---|
| ASUS | support.asus.com | Use the utility WinFlash or EZ Flash in BIOS |
| Lenovo | pcsupport.lenovo.com | Update via Lenovo Vantage or bootable ISO |
| HP | support.hp.com | Utility required HP BIOS Update |
| Dell | dell.com/support | Update via Dell Update or manually |
⚠️ Attention: Interrupting the BIOS update process may render the laptop inoperable! Make sure the battery is 100% charged and do not turn off the device until the procedure is completed.
Updating the BIOS is a last resort method. If the laptop works stably and the problem is only with the fan, try software methods or cleaning first.
Method 5: Testing the fan at the hardware level
If none of the previous methods worked, you need to check and Is the cooler physically intact?. To do this, you will need to partially disassemble the laptop and a multimeter (or a 5V power supply).
Instructions for checking:
- Unplug the laptop and remove the battery.
- Disassemble the case to gain access to the fan (usually secured with 2-4 screws).
- Disconnect the cooler power connector from the motherboard. Typically this is a 3- or 4-pin connector:
Red wire- plus (+5V);Black wire- minus (GND);Yellow/white— tachometer (rev signal).
If the cooler does not spin even when directly connected to power, it is broken and requires replacement. The average cost of a new laptop fan is: 1 000–3 000 ₽, depending on the model.
- Size (for example, 70×70 mm or 92×92 mm);
- Connector type (3-pin or 4-pin PWM);
- Current consumption (indicated on the sticker of the old cooler).-->
Method 6: Alternative Cooling Methods
If the fan does not turn on and repairs are delayed, you can temporarily reduce the temperature in other ways. These methods will not replace full cooling, but will help avoid overheating in critical situations.
- ❄️ Cooling pad: USB-powered stands with built-in coolers reduce temperatures by up to
5–10°C. Effective for gaming laptops (ASUS ROG, MSI GE76). - 🖥️ Performance Limit: in
Control Panel → Power Optionsselect schemeEnergy Saving. This will reduce the load on the processor. - 🧊 External cooling: Point a regular desk fan at the laptop. Do not use ice or refrigerator — sudden temperature changes are harmful to electronics!
- 🔧 Thermal paste: If the laptop is older than 3 years, replace the thermal paste on the processor and video card. This can reduce the temperature by
10–15°C.
Critical information: If the processor temperature exceeds 95°C and the fan does not work, immediately turn off the laptop and do not turn it on until the problem is resolved. Long-term operation in this mode leads to degradation of the CPU crystal and reduces the service life of the device by 2–3 times.
Frequently asked questions about laptop fans
❓ Why does the fan on the laptop constantly run at maximum speed?
This may be caused by:
- Running background processes (mining, viruses, heavy games).
- Faulty temperature sensor (BIOS receives false data).
- Dust in the cooling system (heat is not removed, and the cooler tries to compensate for this).
Check CPU load in Task Manager and temperature in HWMonitor. If the load is low and the temperature is high, the thermal paste needs to be cleaned or replaced.
❓ Is it possible to completely turn off the fan on a laptop?
Technically yes, but absolutely not recommended. Modern processors (eg. Intel Core i7/i9 or AMD Ryzen 7/9) in the absence of cooling they overheat for 1–2 minutes, after which an emergency shutdown is triggered.
The exception is passive laptops (for example, MacBook Air M1 or ASUS ZenBook S), where the cooler is missing by design. But there are also heat pipes for heat removal.
❓ How to check if the fan is working on a laptop?
Verification methods:
- Listen: When you boot Windows or run a heavy program, you should hear some noise.
- Touch the case next to the ventilation grille - if warm air comes out, the cooler is working.
- Use programs SpeedFan or HWInfo — they show the fan speed (parameter
Fan Speed).
❓ What to do if the fan makes noise but does not cool?
Probable reasons:
- The cooler blades touch wires or dust (needs cleaning).
- The bearing is worn out (the fan needs to be replaced).
- The thermal paste has dried out (you need to apply new one).
- The radiator has moved away from the processor (the cooling system needs to be reinstalled).
If the noise appears suddenly, try blowing out the laptop with compressed air. If this does not help, contact service.
❓ What should be the normal temperature of a laptop processor?
Optimal ranges:
- In idle time:
35–50°C; - Under load (games, rendering):
70–85°C; - Critical:
90°C and above(requires immediate cooling).
For processors Intel 10th generation and newer, and AMD Ryzen 5000/6000, normal temperatures may be at 5–10°C higher due to the high transistor density.