ThrottleStop: Undervolt Laptop CPU in 12 Steps [2026]

If your Intel gaming laptop screams to 100°C, drops its clock speed mid-fight, and never holds the boost speeds you paid for, thermal throttling is stealing your frames. ThrottleStop is the free utility that hands power management back to you. This ThrottleStop tutorial walks through undervolting an Intel laptop CPU in 12 concrete steps — roughly 40 minutes of work — to lower temperatures, stop throttling, and recover sustained performance without touching a screwdriver or spending a cent.

We are working with ThrottleStop 9.7.3, the current stable build from developer Kevin Glynn (known online as “unclewebb”) and hosted by TechPowerUp. It is a portable, no-install application that reads and rewrites the same power and voltage registers your BIOS controls. Used carefully, undervolting is one of the safest tweaks in PC tuning. Used carelessly, it hands you blue screens. This guide keeps you firmly in the first camp, with baseline measurements, stability testing, and a rollback plan at every step. Everything below reflects hardware and software as of June 2026.

Google · Preferred Sources

Don't miss new tech stories on Google

Add Tech Insider once in the Google app and our stories appear in your news suggestions.

Add Now

What Is ThrottleStop and Why Undervolt in 2026?

ThrottleStop is a Windows monitoring and tuning tool for Intel processors. It began life over a decade ago as a way to defeat the artificial clock-speed limits that some laptop makers baked into their firmware, and it has grown into a full control panel for CPU voltage, turbo power limits, thermal thresholds, and frequency scaling. Despite the “stop” in its name, the modern app does far more than block throttling — it lets you undervolt, cap power draw, tighten or loosen boost behavior, and log exactly what your silicon is doing millisecond to millisecond.

Undervolting is the headline feature. Every CPU ships with a conservative default voltage curve that guarantees stability across millions of chips, including the weakest ones off the wafer. Most individual chips run perfectly stable at meaningfully lower voltage. Feed the same frequency with less voltage and the CPU produces less heat, which means the cooling system throttles later or not at all. On a thermally constrained laptop, that translates directly into higher sustained clocks and, in games and rendering, into more consistent frame times. It is the single highest-value free tweak available to a laptop owner in 2026, and ThrottleStop is the most capable free tool to apply it.

The tool matters more than ever now because laptop chassis keep getting thinner while chip power targets keep climbing. Intel’s mobile line has moved from Comet Lake and Tiger Lake through Alder Lake, Raptor Lake, Meteor Lake, and now the Core Ultra 200 “Arrow Lake” generation, and ThrottleStop 9.7.3’s beta branch added Arrow Lake support. Across all of them the story is the same: the CPU can boost hard for a few seconds, then the cooler saturates and clocks collapse. A good undervolt narrows that gap. If you run an AMD Ryzen laptop instead, ThrottleStop will not help you — see our Ryzen Master undervolting walkthrough for the AMD equivalent.

Is ThrottleStop Safe? Undervolting vs Overvolting

The most common question before anyone downloads ThrottleStop is whether it can damage hardware. The honest answer: undervolting is low risk, overvolting is not, and ThrottleStop is built around lowering voltage. Reducing the voltage supplied to a CPU cannot physically harm it. The failure mode of an over-aggressive undervolt is a freeze, an application crash, or a blue screen — annoying, occasionally data-losing if you have unsaved work, but never destructive to the silicon. You simply reboot, dial the offset back, and try again. That asymmetry is why undervolting is considered a beginner-safe tweak while pushing voltage upward is not.

ThrottleStop itself does not push voltage up by default, and on a laptop you have no reason to. Your two real risks are practical rather than physical. First, an unstable undervolt can corrupt an in-progress file save if the system crashes at the wrong moment, so test before you trust it. Second, ThrottleStop only changes settings while it is running; a crash or reboot reverts everything to firmware defaults, which is a safety net but also a gotcha we solve in Step 12.

One legitimate caveat concerns warranty and firmware locks. Some manufacturers consider third-party tuning outside their support terms, and following the 2019 “Plundervolt” disclosure (tracked as CVE-2019-11157), Intel shipped microcode that lets vendors disable voltage control entirely. On many 11th, 12th, and 13th generation laptops the undervolt sliders are greyed out unless the OEM exposes a BIOS toggle. That is a lock, not a malfunction, and we cover it in the troubleshooting section. Nothing in this ThrottleStop tutorial asks you to raise voltage, flash firmware, or bypass a hardware protection.

Prerequisites: Hardware, Windows, and Versions

Before you start, confirm you have the right chip, operating system, and supporting tools. ThrottleStop only speaks to Intel silicon, so an AMD machine is a non-starter here. You also want a stress/benchmark tool and a temperature monitor; ThrottleStop bundles both (TS Bench and its own sensors), but a second opinion never hurts. The table below lists everything this guide assumes, with the versions used while writing it in June 2026.

RequirementMinimum / recommendedNotes
CPUIntel Core (2nd gen or newer)Best results on H/HX/HK mobile chips. No AMD support.
ThrottleStop9.7.3 (stable, April 2025)Free, portable, from TechPowerUp. Beta branch adds Arrow Lake.
Operating systemWindows 10 or 11 (64-bit)Runs on 32/64-bit; must launch as Administrator.
Admin rightsLocal administrator accountRequired to read/write MSR power registers.
Stability testerTS Bench (built in) + Cinebench R23/R24Optional Prime95 or OCCT for harder validation.
Free disk space~20 MBPortable ZIP, no installer, no registry footprint.
Time budget~40 minutesLonger if you push the undervolt to its limit.

Two housekeeping items matter before Step 1. If you have Intel’s Extreme Tuning Utility (XTU) installed, uninstall it — running XTU and ThrottleStop together produces conflicting register writes and corrupted default readings. Second, note your CPU model (Windows key + Pause, or type msinfo32) so you can look up a sane starting undervolt for your generation later in this guide. If your chip is a locked, non-K desktop part or a very recent Core Ultra mobile chip, keep expectations modest: voltage control may be restricted at the firmware level.

Understanding the ThrottleStop Interface

ThrottleStop looks intimidating because it exposes a lot at once, but the layout is logical. The left side holds toggles (Speed Shift, BD PROCHOT, Disable Turbo, C1E). The center holds four buttons that open the tuning windows. The right side is a live monitoring panel showing frequency, temperature, and power for each core. Spend two minutes here and the rest of the tutorial makes sense.

The four main buttons

  • FIVR — the Fully Integrated Voltage Regulator window. This is where you undervolt the CPU Core and CPU Cache, and where you can lock turbo power limits. It is the heart of this guide.
  • TPL — Turbo Power Limits. Sets the long-term (PL1) and short-term (PL2) power ceilings in watts, the turbo time window, and lets you enable Speed Shift if your BIOS did not.
  • TS Bench — a built-in benchmark and stability tester. It runs a fixed workload and reports whether any errors were detected, which is how you validate an undervolt.
  • Options — global configuration: which columns to display, tray behavior, logging, and the “Start ThrottleStop Minimized” toggle you will want later.

The profiles row

Near the top-left you will see four radio buttons, by default labeled Performance, Game, Internet, and Battery. These are profiles — independent sets of settings ThrottleStop can switch between automatically depending on whether you are plugged in or on battery. You configure a profile by selecting it, changing settings, and clicking Save. This is how you build one aggressive plugged-in profile and one quiet battery profile, which we do across the steps below.

Undervolt Your Intel Laptop CPU in 12 Steps

This is the core of the ThrottleStop tutorial. Work through the steps in order. Do not skip the baseline (Step 3) or the stability test (Step 11) — they are what separate a reliable undervolt from a machine that crashes on you two hours later during a raid or a render.

Step 1 — Download ThrottleStop 9.7.3

Get ThrottleStop only from the official TechPowerUp download page or a reputable mirror such as TechSpot. It arrives as a ZIP, roughly 20 MB. There is no installer and no adware; anything that claims otherwise is not the real thing.

Step 2 — Extract and launch as Administrator

Extract the ZIP to a permanent location such as C:\ThrottleStop. Do not run it from inside the ZIP or from your Downloads folder, because your auto-start task later will point at this path. Right-click ThrottleStop.exe and choose “Run as administrator.” If Intel XTU is installed, uninstall it and reboot first.

# Recommended folder layout
C:\ThrottleStop\
├─ ThrottleStop.exe      # run this as Administrator
├─ ThrottleStop.ini      # created automatically on first Save
└─ Logs\                 # optional CSV logs if you enable logging

Step 3 — Record your baseline

You cannot claim an improvement you did not measure. With stock settings, click TS Bench, choose the 1024M workload, and run it while watching the right-hand monitoring panel. Note the maximum package temperature, the average CPU frequency, and whether any Limit Reasons boxes light up yellow or red. Write these numbers down — this is the “before” you will beat.

# Example baseline (Core i7-11800H, stock voltage) — yours will differ
TS Bench 1024M:            complete, 0 errors
Max package temp:          97 C   (PROCHOT / thermal throttling)
Avg all-core frequency:    3.1 GHz  (drops from 3.9 GHz turbo)
Package power at throttle: 45 W  (PL1 clamp)
Limit Reasons:             THERMAL = yellow, POWER = yellow

Step 4 — Select and name a performance profile

Click the Performance radio button so every change you make lands in that profile. In Options you can rename it (for example, “AC / Plugged In”). Keeping tuning isolated to one profile means your battery profile stays untouched and you always have a known-good fallback.

Step 5 — Open FIVR and unlock adjustable voltage

Click FIVR. In the top-left, tick “Unlock Adjustable Voltage.” Under “FIVR Control,” make sure the “CPU Core” plane is selected. If the offset slider is greyed out or moving it does nothing, your laptop has voltage control locked at the firmware level (see troubleshooting) — you can still use power limits and Speed Shift, but not undervolting.

Step 6 — Apply your first CPU Core undervolt

Start conservative. Set the CPU Core “Offset Voltage” to -80 mV (minus eighty millivolts). Click “Apply.” Small offsets are boringly safe; you will tighten this later once you confirm stability. Never jump straight to a big number you copied from a forum — silicon quality varies chip to chip even within the same model.

Step 7 — Match the CPU Cache undervolt

Switch the FIVR Control dropdown to “CPU Cache” and set the same -80 mV offset. On the vast majority of Intel mobile chips, Core and Cache share a physical voltage rail, so an unequal offset is effectively ignored — the lower of the two wins, and mismatching them just confuses your testing. Keep Core and Cache identical unless you have a specific, tested reason not to. Leave Intel GPU and System Agent at 0 for now.

Step 8 — Disable and lock turbo power limits

Still in FIVR, find “Turbo Power Limits” at the bottom and tick “Disable and Lock Turbo Power Limits,” or open TPL for finer control. Many laptops enforce a low PL1 that clamps sustained power far below what the cooler can handle. Setting PL1 and PL2 to a sane ceiling for your chassis (for example 45 W PL1 / 65 W PL2 on a capable 45 W-class laptop) stops premature power throttling. Do not set numbers your cooling cannot dissipate — more on this in Advanced Tips.

# TPL window — example ceilings for a 45 W-class gaming laptop
PL1 (long power, sustained):   45 W    Clamp: on
PL2 (short power, turbo):      65 W    Clamp: on
Turbo Time Limit (Tau):        28 s
Speed Shift:                   enabled
# Tune PL1 to what your cooler can actually hold at your target temp.

Step 9 — Set Speed Shift EPP

On the main window, enable “Speed Shift – EPP” and set the value to 0 for maximum responsiveness on your plugged-in profile (the scale runs 0–255, where 0 favors top frequency and 255 favors the lowest clocks). Values of 0–32 are typical for performance; save 128–255 for a battery profile. This controls how eagerly the CPU ramps up, and it is the difference between snappy and sluggish under light load.

Step 10 — Disable BD PROCHOT if it is throttling you

BD PROCHOT (Bi-directional Processor Hot) lets another component — often the GPU or VRM — force the CPU to throttle when it gets hot, even if the CPU is cool. If your Limit Reasons show BD PROCHOT tripping, unticking the “BD PROCHOT” box on the main window can free significant performance. Only do this if it is actually firing, and keep an eye on your VRM temperatures afterward. Note that true thermal protection (PROCHOT at 100–105°C) still works regardless — the CPU will always protect itself from real overheating.

Step 11 — Stability test and read the Limit Reasons

This step is non-negotiable. Run TS Bench at 1024M again, then a longer soak with Cinebench R23/R24 or 30–60 minutes of OCCT/Prime95. Watch for three failure signs: TS Bench reporting errors, an application crash, or a blue screen. If any appear, your undervolt is too aggressive. Also check Windows Event Viewer for WHEA-Logger warnings, which are silent hardware-error corrections that signal instability even without a crash.

# PowerShell (Admin) — check for hardware-error events after testing
Get-WinEvent -FilterHashtable @{
    LogName      = 'System'
    ProviderName = 'Microsoft-Windows-WHEA-Logger'
} -MaxEvents 20 | Format-Table TimeCreated, Id, LevelDisplayName -Auto

# No results = clean run. Any WHEA entries = reduce your undervolt.

Step 12 — Fine-tune, then make it persist at boot

If -80 mV is rock solid, go deeper in ~10 mV steps (-90, -100, -110…), re-testing after each change, until instability appears — then back off by 15–20 mV for a safe daily margin. Many modern mobile chips are happy at -100 to -150 mV; older chips may only manage -40 to -50 mV. When you are satisfied, click Save, then enable auto-start (next section) so your settings survive a reboot. That final persistence step is what turns a session tweak into a permanent fix.

Reading the Monitoring Columns: FID, C0%, Temps

ThrottleStop’s right-hand panel is a live dashboard, and knowing what each column means is how you diagnose throttling rather than guess at it. The two most important indicators are the per-core FID (the current frequency multiplier and resulting clock) and the Limit Reasons boxes at the bottom, which turn yellow when the CPU has recently throttled and tell you why.

Column / indicatorWhat it showsWhy it matters
FIDCurrent core multiplier / frequencyConfirms whether turbo clocks are actually holding.
C0%Percentage of time the core is active (not idle)Distinguishes a busy core from an idle one during tests.
TempPer-core and package temperature (°C)Your primary thermal readout; watch for the PROCHOT ceiling.
Package PowerEstimated total CPU power draw (W)Reveals PL1/PL2 clamps when it plateaus below turbo.
Limit Reasons: THERMALTemperature-based throttling occurredFix with a better undervolt or PROCHOT offset.
Limit Reasons: POWERPL1/PL2 power-limit throttling occurredFix by raising power limits in TPL (within cooling headroom).
Limit Reasons: EDP / CurrentElectrical design point / current-limit throttlingUsually VRM/IccMax; less common, rarely user-tunable.
BD PROCHOTExternal component forced CPU throttlingDisable in Step 10 if it fires needlessly.

Modern CPUs throttle for three main reasons — thermal, power limit, and current/VRM — and ThrottleStop’s whole purpose is to counteract all three. A yellow THERMAL box says your undervolt or cooling needs work. A yellow POWER box says a firmware power ceiling is holding you back, which Step 8’s TPL adjustment addresses. When both boxes stay dark under a full TS Bench run, you have won: the chip is holding its clocks against the workload instead of collapsing.

Make ThrottleStop Start Automatically at Boot

ThrottleStop only applies its settings while it is running, and because it needs administrator rights it cannot use the ordinary Windows startup folder without triggering a UAC prompt every login. The clean solution is a Task Scheduler task that launches ThrottleStop elevated at logon. First, in ThrottleStop’s Options, enable “Start ThrottleStop Minimized” and “Minimize on Close” so it tucks into the tray. Then create the scheduled task.

# Run in an elevated PowerShell / Command Prompt (adjust the path)
schtasks /Create ^
  /TN "ThrottleStop" ^
  /TR "C:\ThrottleStop\ThrottleStop.exe" ^
  /SC ONLOGON ^
  /RL HIGHEST ^
  /F

# /RL HIGHEST runs it with admin rights (no UAC prompt)
# /SC ONLOGON  launches it every time you log in
# /F           overwrites an existing task of the same name

You can also build this through the Task Scheduler GUI: create a task, set the trigger to “At log on,” set the action to start ThrottleStop.exe, and tick “Run with highest privileges.” Either way, reboot once and confirm ThrottleStop is already in the tray with your undervolt applied before you log in fully. Verify by opening the FIVR window — your offset should already be showing. If it is not, the task path is wrong or the task was created without highest privileges.

The Complete Working Configuration

Here is a full two-profile setup you can adapt: an aggressive plugged-in profile and a quiet battery profile, with auto-switching based on power source. ThrottleStop stores all of this in ThrottleStop.ini when you click Save, and switches profiles automatically if you enable AC/DC switching in Options. Treat the voltage offsets as starting points to validate on your own chip, not as guaranteed-stable values.

# ===== Profile: "AC / Plugged In" (Performance) =====
CPU Core offset:        -100 mV      # validated per Step 11
CPU Cache offset:       -100 mV      # keep equal to Core
Intel GPU offset:          0 mV
System Agent offset:       0 mV
Speed Shift - EPP:         0          # max responsiveness
Disable Turbo:           off
BD PROCHOT:              off          # only if it was throttling you
TPL  PL1 / PL2:          45 W / 65 W  # within cooler capacity
Turbo Ratio Limits:      stock

# ===== Profile: "Battery" =====
CPU Core offset:        -100 mV
CPU Cache offset:       -100 mV
Speed Shift - EPP:       128          # bias toward efficiency
Disable Turbo:           on           # cooler, quieter, longer runtime
TPL  PL1 / PL2:          25 W / 35 W
BD PROCHOT:              on

# ===== Persistence =====
Start ThrottleStop Minimized:  on
Task Scheduler (ONLOGON, HIGHEST):  created  # see schtasks command above

This blueprint gives you the best of both worlds: full sustained performance when docked, and a genuinely cooler, longer-lasting machine when you unplug. The undervolt carries across both profiles because it lowers heat everywhere, while turbo and Speed Shift do the heavy lifting on the performance-versus-battery trade-off.

Recommended Starting Undervolts by CPU Generation

Silicon quality varies from chip to chip, so these are conservative starting points, not targets. Begin below your generation’s typical range, test, and tighten. The golden rule holds across all of them: increase the undervolt in small steps, validate stability at each step, then back off 15–20 mV for daily headroom.

Intel generationExample mobile chipsConservative startCommon stable range
8th / 9th Geni7-8750H, i7-9750H-60 mV-80 to -130 mV
10th Geni7-10750H, i9-10980HK-70 mV-90 to -150 mV
11th Geni7-11800H, i9-11980HK-60 mV-70 to -120 mV (often locked)
12th / 13th Geni7-12700H, i9-13980HX-50 mV-60 to -110 mV (frequently locked)
Core Ultra (Arrow Lake)Core Ultra 9 285HXVariesOften firmware-restricted

Notice the trend: newer generations are both more likely to be locked (thanks to the Plundervolt mitigation) and less tolerant of huge offsets because Intel already tuned their curves tighter. If your 12th- or 13th-gen laptop lets you undervolt at all, treat -80 mV as a good, safe daily result rather than chasing the -150 mV numbers you may see quoted for older Comet Lake chips.

6 Common ThrottleStop Pitfalls to Avoid

Most ThrottleStop failures are procedural, not technical. Avoid these six and your undervolt will be stable and permanent.

  • Skipping the baseline. Without Step 3’s numbers you cannot prove the undervolt helped, and you cannot tell throttling from normal behavior. Always measure first.
  • Copying a forum’s offset blindly. A -150 mV that is stable on someone else’s i9 may blue-screen yours. Chip quality is individual; start small and test up.
  • Not testing stability. An undervolt that survives idle can crash under a specific workload hours later. Run TS Bench plus a long Cinebench/OCCT soak and check WHEA logs before trusting it.
  • Forgetting persistence. ThrottleStop reverts to firmware defaults on reboot. If you skip the Task Scheduler step, your tuning silently disappears and you will think it “stopped working.”
  • Running Intel XTU alongside ThrottleStop. The two fight over the same registers, producing corrupted readings and unpredictable behavior. Pick one; uninstall the other.
  • Disabling BD PROCHOT recklessly. If it was protecting against a genuinely hot VRM or GPU, turning it off can push those components higher. Only disable it when it is throttling you needlessly, and monitor temps afterward.

Troubleshooting: 8 ThrottleStop Problems Solved

When something goes wrong, the fix is almost always one of the following. The recovery move for any bad undervolt is the same: reboot (which reverts to defaults), reduce the offset, and re-test.

SymptomLikely causeFix
Voltage sliders greyed outFirmware voltage lock (Plundervolt mitigation)Check BIOS for an “overclocking / undervolt” toggle; if none, undervolting is unavailable — use TPL and Speed Shift instead.
Settings gone after rebootNo auto-start task; settings not savedClick Save, then create the ONLOGON / HIGHEST scheduled task.
Random freezes or BSODUndervolt too aggressiveReduce offset by 15–20 mV and re-test with TS Bench.
WHEA-Logger warnings in Event ViewerSilent instability (corrected hardware errors)Back off the undervolt even if there was no crash.
ThrottleStop won’t open or applyNot running as AdministratorRun as admin; the scheduled task with HIGHEST solves it permanently.
Yellow POWER box under loadPL1/PL2 power-limit throttlingRaise PL1/PL2 in TPL within your cooler’s capacity.
Yellow THERMAL box under loadTemperature throttling at PROCHOTDeepen the undervolt, repaste/clean fans, or set a PROCHOT offset.
BD PROCHOT stuck / constant throttleExternal component signaling hotDisable BD PROCHOT (Step 10) and verify GPU/VRM temps stay safe.

If nothing you do makes the undervolt stick and the sliders remain locked, your laptop simply does not permit voltage control — that is an Intel/OEM firmware decision, not a ThrottleStop bug. You still gain a lot from the power-limit and Speed Shift tuning, and from BD PROCHOT control, so the tool remains worth running even on a locked machine. A last-resort reset is to close ThrottleStop and delete ThrottleStop.ini, which wipes every change and returns you to a clean slate on next launch.

Advanced Tips: Per-Game Profiles and Battery Life

Once your undervolt is stable, ThrottleStop has more to offer. The features below are optional but let you squeeze the most out of a tuned laptop, whether your priority is frame rate, silence, or runtime.

  • PROCHOT offset. If your chip hits 100°C, set a PROCHOT offset (for example 3) so it begins throttling at 97°C instead. You trade a sliver of peak clock for lower peak temperatures and a quieter fan curve — useful on laptops where 100°C is genuinely uncomfortable.
  • Turbo Ratio Limits. In FIVR you can cap the maximum multiplier per active-core count. Lowering the all-core turbo by one or two bins can dramatically cut heat for a tiny performance cost, which is often a better deal than a marginal undervolt on a thermally limited chassis.
  • Speed Shift Min/Max. ThrottleStop 9.7 added per-profile Speed Shift Min and Max control. Raising the minimum keeps clocks from dipping too low under light load; lowering the maximum caps boost for a cooler, quieter machine.
  • Disable Turbo for battery. On your battery profile, ticking “Disable Turbo” alone can add meaningful runtime and drop temperatures without feeling slow for browsing and office work.
  • Tray monitoring. Enable the tray temperature readout so you can watch thermals at a glance without opening the full window — handy for spotting throttling during gaming.
  • Log to CSV. ThrottleStop can log frequency, temperature, and power to a CSV file. Enable it during a long session, then review where and why throttling occurred.

Pair these with good physical maintenance. No software undervolt substitutes for clean fans and fresh thermal paste; if your laptop is a few years old, a repaste plus a ThrottleStop undervolt is a transformative combination. For a field-by-field reference on every FIVR and TPL control, the community-maintained UltrabookReview ThrottleStop guide is the most thorough resource online. For desktop GPU tuning the equivalent tool is covered in our MSI Afterburner overclocking guide, and if a driver mess is confusing your thermals, our DDU clean-driver walkthrough is the fix.

ThrottleStop vs Intel XTU vs BIOS Undervolting

ThrottleStop is not the only way to undervolt an Intel chip, but for laptops it is usually the best. Intel’s own Extreme Tuning Utility (XTU) offers a friendlier interface and official backing, while a BIOS-level undervolt is the most robust because it applies before Windows even loads. The trade-offs come down to convenience, flexibility, and how locked-down your particular machine is.

AspectThrottleStopIntel XTUBIOS undervolt
CostFreeFreeFree
Ease of useSteep learning curveBeginner-friendlyAdvanced
Profiles / switchingExcellent (AC/DC, per-app)LimitedNone (single setting)
Applies before WindowsNo (needs auto-start)NoYes
Power-limit controlDeep (TPL, PL1/PL2)ModerateVaries by vendor
Availability on locked laptopsOften locked (Plundervolt)Often lockedDepends on BIOS options

For most laptop owners, ThrottleStop wins on flexibility — its profile switching and granular power-limit control have no equal among free tools, which is why it remains the enthusiast default in 2026. If you find the interface overwhelming, XTU is a gentler on-ramp, but you will hit its ceiling quickly. A BIOS undervolt is ideal if your firmware exposes the option, since it survives reboots natively; most consumer laptops simply do not offer it. If you are weighing whether a laptop is even the right platform for sustained heavy loads, our gaming laptop vs desktop breakdown puts the thermal reality in context, and you can follow broader silicon news on our hardware hub.

Related Coverage

Frequently Asked Questions

Is ThrottleStop safe to use?

Yes, when used for undervolting and power tuning as in this guide. Lowering voltage cannot physically damage a CPU; the worst outcome of an over-aggressive undervolt is a crash or blue screen, which you fix by rebooting and reducing the offset. ThrottleStop does not raise voltage by default. The main caveats are potential warranty terms and the fact that your CPU’s built-in thermal protection always remains active.

Does ThrottleStop work on AMD Ryzen laptops?

No. ThrottleStop only supports Intel processors. For AMD Ryzen systems, use AMD’s Ryzen Master or the Eco Mode profiles in AMD Software to reduce TDP and temperatures. Our Ryzen Master tutorial covers the AMD workflow step by step.

Why are my undervolt sliders greyed out?

Your laptop’s firmware has locked voltage control, almost always as part of Intel’s mitigation for the 2019 Plundervolt vulnerability (CVE-2019-11157). This is common on 11th-generation and newer laptops. Check your BIOS for an “overclocking” or “undervolt” toggle; if none exists, undervolting is not available on that machine, though power-limit and Speed Shift tuning still work.

How much can I undervolt my CPU?

It depends on the individual chip. Older 8th–10th generation mobile chips often reach -100 to -150 mV, while tighter 12th–13th generation parts may only manage -60 to -110 mV if they allow it at all. Always start conservative (around -80 mV), test for stability, increase in ~10 mV steps, then back off 15–20 mV from the failure point for daily use.

Do I have to reapply ThrottleStop settings after every reboot?

Not if you set up auto-start. ThrottleStop reverts to firmware defaults when it closes, so you create a Task Scheduler task that launches it elevated at logon (Step 12). Once that task exists, your undervolt and profiles apply automatically every boot without a UAC prompt.

Will undervolting reduce my performance?

No — done correctly it usually increases sustained performance. Undervolting keeps the same frequency at lower voltage, so the CPU runs cooler and throttles later. On thermally limited laptops that means higher held clocks and steadier frame times. You only lose performance if you also lower turbo ratios or power limits, which are separate, optional choices.

ThrottleStop vs Intel XTU — which should I use?

Use one, never both at once. ThrottleStop offers deeper control, profile switching, and superior power-limit tuning, making it the enthusiast favorite. Intel XTU is easier for beginners but less flexible. Whichever you choose, uninstall the other first, since running them together corrupts register readings and causes conflicts.

What is BD PROCHOT and should I disable it?

BD PROCHOT lets another component, such as the GPU or VRM, force the CPU to throttle when it gets hot, even if the CPU is cool. Manufacturers often set it too aggressively. If ThrottleStop shows BD PROCHOT firing and clamping your clocks, disabling it can restore performance — but monitor your GPU and VRM temperatures afterward, since it exists as a protective signal. True CPU thermal protection stays active regardless.

The Bottom Line on ThrottleStop in 2026

A careful ThrottleStop undervolt is the closest thing to a free performance upgrade a laptop owner can get. In about 40 minutes you can drop package temperatures, silence a screaming fan, and reclaim the sustained clocks your cooler was throwing away to thermal throttling — all reversible, all free, and all without opening the chassis. The discipline is simple: measure a baseline, undervolt in small steps, test every change hard, and make the result persist with a scheduled task.

The one thing outside your control is whether your firmware allows voltage adjustment at all. If it does, ThrottleStop 9.7.3 remains the most powerful free tuning tool for Intel laptops in 2026, and this 12-step workflow is a safe path to a cooler, faster machine. If your laptop is locked, lean on the power-limit, Speed Shift, and BD PROCHOT controls — there is still meaningful performance waiting to be recovered. Either way, you now know exactly what every box in that busy little window does, and how to make your CPU work the way you paid for it to.

Sofia Lindström

Sofia Lindström

Editor-in-Chief

Sofia Lindström is the Editor-in-Chief at Tech Insider, where she leads editorial strategy and oversees coverage across AI, cybersecurity, and enterprise technology. With over a decade in Swedish tech journalism, she previously served as technology editor at Dagens Industri and covered the Nordic startup ecosystem for Breakit. Sofia holds an MSc in Media Technology from KTH Royal Institute of Technology and is a frequent speaker at Web Summit and Slush. She is passionate about making complex technology accessible to business leaders.

View all articles