How to Change Priority in Task Manager (Windows Guide)
When your PC feels sluggish or one program is hogging resources, process priority gives you a direct way to control how Windows distributes CPU time. Task Manager makes this adjustable in just a few clicks — but understanding what you're actually changing matters before you start tweaking.
What Process Priority Actually Does
Windows runs dozens of processes simultaneously, and the CPU can only handle so many instructions at once. To manage this, Windows assigns each running process a priority level — essentially a ranking that tells the CPU how much attention to give that process when resources are contested.
A higher-priority process gets CPU cycles first. A lower-priority process waits. This doesn't mean a low-priority app stops running — it just yields to higher-priority tasks when the CPU is under load.
Windows uses six named priority levels:
| Priority Level | Typical Use |
|---|---|
| Realtime | Reserved for OS-critical functions; dangerous for general use |
| High | System processes, some games and media tools |
| Above Normal | Slightly elevated; a softer boost |
| Normal | Default for almost all user applications |
| Below Normal | Slightly deprioritized background tasks |
| Low | Minimal CPU access; runs only when nothing else needs resources |
Most applications sit at Normal by default. Windows itself uses High and Realtime for critical processes.
How to Change Process Priority in Task Manager 🖥️
Step 1: Open Task Manager
Use any of these methods:
- Press Ctrl + Shift + Esc (fastest)
- Press Ctrl + Alt + Delete, then select Task Manager
- Right-click the taskbar and choose Task Manager
Step 2: Switch to the Details Tab
The Details tab (not the Processes tab) gives you direct access to individual process entries and their priority settings. Each running executable appears here with its PID, status, and CPU/memory usage.
Step 3: Right-Click the Process
Find the process you want to adjust, right-click it, and hover over "Set Priority." A submenu will appear with all six priority levels listed.
Step 4: Select the New Priority Level
Click the level you want. Windows will display a confirmation prompt warning that changing priority may cause instability. Click "Change priority" to confirm.
The change takes effect immediately — no restart required.
⚠️ Important: Priority changes made through Task Manager are temporary. Once the process ends or you restart your PC, it resets to its default level.
The Realtime Warning — Why It Matters
Realtime is the highest available priority and should be treated with caution. Assigning Realtime to a user application can starve the operating system itself of CPU time, potentially causing freezes, input lag, or forced reboots. Windows restricts this level — you typically need administrator privileges to assign it, and even then, it's rarely appropriate outside of very specific low-latency audio or hardware interface scenarios.
Most performance-focused users find Above Normal or High achieves what they're looking for without risk.
Permanently Changing Priority (Beyond Task Manager)
Because Task Manager resets priority on reboot, users who want persistent priority changes have a few options:
- Batch scripts / command line: The
wmiccommand andstart /highsyntax can launch applications at a specified priority from a script or shortcut. - Third-party tools: Applications like Process Lasso or Process Hacker allow you to set default priority rules that persist across sessions.
- Game launchers and software settings: Some applications (particularly games and DAWs) manage their own process priority internally, sometimes overriding whatever you set manually.
Each approach has different complexity levels and suits different workflows.
What Variables Determine Whether This Actually Helps
Changing process priority doesn't always produce a noticeable effect, and the outcome depends on several factors:
- CPU core count: On a modern multi-core processor, the CPU may have enough capacity that priority adjustments make little practical difference under light to moderate load. The effect is most visible when the CPU is genuinely bottlenecked.
- What's competing: If background processes are consuming CPU, lowering their priority (rather than raising your target process) can be equally or more effective.
- Process type: CPU-bound processes benefit from priority changes; applications bottlenecked by RAM, storage, or GPU won't see much improvement.
- Windows version: The behavior and available options are largely consistent across Windows 10 and Windows 11, though UI layouts differ slightly.
- Admin rights: Some priority levels require administrator access. Standard user accounts may see options grayed out.
Different Users, Different Outcomes 🎮
A gamer running a single demanding title on a quad-core CPU might notice smoother frame pacing after raising the game's priority to Above Normal. An audio engineer using a DAW might need to carefully balance their recording software against driver processes. A developer running background build tools might lower those tasks to Below Normal so their editor stays responsive.
In each case, the starting point — hardware specs, what else is running, what "better performance" actually means to that user — shapes whether the adjustment is impactful, marginal, or counterproductive.
Understanding the mechanics of process priority puts you in a position to experiment deliberately. But whether a specific change will meaningfully improve your experience depends entirely on what your system is doing and what you're trying to achieve.