If your Intel CPU drops performance after a few seconds of heavy load, power limits are almost certainly why. Understanding PL1, PL2, and PL4 is the key to knowing when your CPU is throttling, why it happens, and what you can safely do about it.
The Intel Power Limit System
Intel CPUs manage their power consumption through a hierarchy of configurable limits. These limits were designed to allow short bursts of high performance while protecting the CPU and surrounding components from sustained overload. The system has three primary tiers:
| Limit | Name | Duration | Default Purpose |
|---|---|---|---|
| PL1 | Long Duration Power Limit | Sustained (indefinite) | Defines the long-term TDP |
| PL2 | Short Duration Power Limit | Tau (typically 28–56s) | Allows burst above PL1 |
| PL4 | Peak Power Limit | Instantaneous (microseconds) | Hard current cap |
There’s also Tau — the time window during which PL2 is allowed. Once Tau seconds of PL2 operation have elapsed, the CPU throttles back to PL1.
What Each Limit Does
PL1 — Long Duration Power Limit
PL1 is your CPU’s sustained TDP. This is what Intel rates the chip at for continuous workloads. An Intel Core i9-13900K has a base PL1 of 125W, but motherboard vendors commonly raise this to 253W (or even unlimited) to maximize performance.
When the CPU is under sustained load and has consumed its PL2 budget, it throttles to PL1. If PL1 is low, you’ll see clock speeds drop noticeably in workloads longer than 30–60 seconds.
PL2 — Short Duration Power Limit
PL2 allows the CPU to boost above PL1 for short bursts. This is what enables Intel’s Turbo Boost behavior — the CPU runs at much higher clocks (and power draw) during brief peaks, then settles back.
The Core i9-13900K has a default PL2 of 253W. For the Tau duration (typically 56 seconds), the CPU can draw up to 253W. After that, it must drop to PL1.
In gaming, many scenes only require sustained load on a few cores, so PL2 rarely becomes the bottleneck. But in CPU-intensive games or mixed gaming+streaming scenarios, hitting PL2 limits and then dropping to PL1 causes the visible FPS dip players often blame on drivers.
PL4 — Peak Power Limit
PL4 is an instantaneous current cap measured in amps (converted to watts). It prevents single-spike events from damaging the VRM or CPU. Intel introduced PL4 in 11th gen and newer processors. Default values are set by the board and are generally not user-tunable in consumer BIOS unless you use specialized tools.
PL4 is rarely the cause of sustained performance issues, but if your VRM quality is poor, the board may set a conservative PL4 that limits short spikes below what the CPU expects.
How to Identify Power Throttling
Using HWiNFO64
- Download and open HWiNFO64
- In the Sensors view, find your CPU section
- Look for CPU Package Power — this shows current draw
- Look for Thermal Throttling and Power Limit Throttling flags — these are boolean indicators that turn True when the CPU is throttling
If Power Limit Throttling shows True during gaming, your PL1 is the bottleneck.
Using Intel XTU
Open Intel Extreme Tuning Utility (XTU) and look at the Package Power Limit graph in the Dashboard. If the current draw flatlines exactly at PL1 during gaming, the CPU is hitting the wall.
Tuning Power Limits
Method 1 — BIOS/UEFI (Recommended)
This is the most stable approach. Power limit changes made in BIOS persist across reboots and don’t require third-party software running in the background.
Location varies by motherboard:
- ASUS: AI Tweaker → DIGI+ Power Control → CPU Power Management
- MSI: OC → Advanced CPU Configuration → CPU Power Management Control
- Gigabyte: Tweaker → Advanced CPU Settings → Power Limit Settings
- ASRock: OC Tweaker → CPU Power Management
Settings to look for:
Long Duration Package Power Limit (PL1): Set to match PL2 value for maximum sustained boost
Short Duration Package Power Limit (PL2): Match to your cooler's sustained capacity
Long Duration Maintained (Tau): Set to 999 seconds (effectively unlimited)
Example for Core i7-13700K:
- Default: PL1=125W, PL2=253W, Tau=56s
- Gaming-optimized: PL1=253W, PL2=253W, Tau=999s
This prevents the CPU from ever throttling below PL2 speeds in gaming sessions.
Warning: Only raise power limits if your CPU cooler can handle the sustained heat. A 240mm AIO cooling a 125W CPU by default will struggle at 253W sustained. Check temperatures with HWiNFO64 — keep package temp below 95°C.
Method 2 — Intel XTU (Software)
Intel XTU lets you adjust PL1 and PL2 without a BIOS visit, useful for testing before committing to BIOS changes.
- Open XTU
- Under Package Power Limit sliders, set:
- Turbo Boost Short Power Max (PL2) to your target
- Turbo Boost Power Max (PL1) to match PL2
- Click Apply
XTU changes reset on reboot unless you click Apply on Start.
Method 3 — ThrottleStop
ThrottleStop is the power-user tool for per-core power management. It can set MSR (Model-Specific Register) values directly:
- Open ThrottleStop
- Click TPL (Turbo Power Limits)
- Set Power Limit 1 and Power Limit 2 to your target values in watts
- Check Turn On for each limit
- Click OK and Save
ThrottleStop is especially useful on laptops where BIOS power limit options are locked.
AMD Equivalent: PPT, TDC, EDC
AMD uses a different naming system but the concept is identical:
| AMD Limit | Equivalent Intel | Description |
|---|---|---|
| PPT (Package Power Tracking) | PL1/PL2 | Total chip power budget |
| TDC (Thermal Design Current) | — | Sustained current to the CPU |
| EDC (Electrical Design Current) | PL4 | Peak instantaneous current |
On AMD, these are configured in Ryzen Master or the BIOS (AMD CBS → CPU Common Options → Custom Core Performance Boost).
Recommended Power Limit Scenarios
| Cooler | Recommended PL1 | Notes |
|---|---|---|
| 240mm AIO | 150–180W sustained | Monitor temps; set realistic ceiling |
| 360mm AIO | 200–250W sustained | Can handle most K-series CPUs at PL2 |
| High-end tower (NH-D15, Phantom Spirit) | 150–200W sustained | Depends on ambient temp |
| Stock cooler | Do not raise above default | Thermal headroom is extremely limited |
Conclusion
Power limits are the invisible governor on your CPU’s performance. On Intel systems especially, a CPU that throttles from PL2 to PL1 mid-gaming-session produces a very noticeable performance drop that driver updates and other tweaks won’t fix. Raising PL1 to match PL2 and extending Tau is one of the highest-impact BIOS changes you can make — provided your cooler is up to the task.