To optimize Windows 11 on a low-end PC, run Winhance to debloat the OS in one click, switch to the Ultimate Performance power plan, set Visual Effects to “Adjust for best performance” in SystemPropertiesPerformance, and disable startup and background apps in Settings. These four changes typically drop process counts by 20-30% and make Windows 11 usable on systems with 4-8GB of RAM and older CPUs.
Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: May 4, 2026
Key Takeaways
- Winhance does most of the heavy lifting — debloat, telemetry off, classic context menu, services tuning, and Ultimate Performance plan in a single utility I built specifically for this
- Visual Effects is the single biggest perceived-speed win on 4GB systems — open
SystemPropertiesPerformanceand select “Adjust for best performance” - The Ultimate Performance power plan is hidden by default and worth enabling on any desktop, but skip it on laptops because it kills battery life
- RAM matters more than the CPU for daily use — under 4GB you need every tweak, 8GB makes Windows 11 comfortable, 16GB makes optimization optional
- An SSD is non-negotiable — no amount of software optimization will save Windows 11 on a spinning HDD
Quick Steps
- Create a system restore point (search “Create a restore point” in Start)
- Install all pending Windows Updates and drivers
- Run Winhance and apply the recommended optimization profile
- Open
SystemPropertiesPerformanceand select “Adjust for best performance” - Set the Ultimate Performance power plan as active (desktops only)
- Disable startup apps in Settings > Apps > Startup
- Disable background apps for everything except what you actually need
- Restart and compare process count in Task Manager
In This Guide
- Step 1: Set a Baseline and Restore Point
- Step 2: Run Winhance (The Biggest Single Win)
- Step 3: Switch Visual Effects to Best Performance
- Step 4: Enable Ultimate Performance Power Plan
- Step 5: Disable Startup and Background Apps
- RAM-Specific Recommendations (4GB vs 8GB)
- Frequently Asked Questions
Step 1: Set a Baseline and Restore Point
Before changing anything, capture a baseline so you can prove the optimization actually worked. Open Task Manager (Ctrl + Shift + Esc), go to the Performance tab, and note your idle process count, CPU percentage, and RAM usage. On a fresh Windows 11 install with nothing else running, I usually see around 110 processes and roughly 1GB of RAM in use even with no third-party apps installed.
Then create a system restore point. Search “Create a restore point” in Start, click Configure on your system drive, enable protection if it’s off, then click Create. If anything goes sideways during the steps below, you can roll back from Recovery > Open System Restore.
Note: If you are starting from a fresh Windows install and want to skip most of the steps below entirely, build a debloated ISO ahead of time with UnattendedWinstall. The OS arrives at the desktop already optimized.
Step 2: Run Winhance (The Biggest Single Win)
Winhance is the Windows enhancement utility I built and maintain. It handles bloatware removal, telemetry, services tuning, the Ultimate Performance power plan, and the classic right-click menu in a single click. On low-end systems it is the highest-impact step you can take, and it replaces the cluster of third-party tools I used to recommend in the original 2023 version of this guide.
Download the latest release from winhance.net or directly from the Winhance project page. Run the installer, accept the UAC prompt, and launch the app. From the main screen, apply the recommended profile — that turns off telemetry, removes preinstalled bloat (Copilot, Cortana, Widgets, Bing search box, the new Outlook, and similar), and sets sensible service defaults.
Tip: Winhance is reversible. Every change is tracked, and you can restore Microsoft Edge, Copilot, or Recall later from the same UI if you change your mind.
Step 3: Switch Visual Effects to Best Performance
Windows 11 uses animations, drop shadows, fade effects, and translucent menus everywhere — they look great on a 16GB RTX-equipped machine and feel like dragging through molasses on an older laptop. Disabling them is the single biggest perceived-speed improvement on 4GB systems.
Press Win + R, paste the command below, and press Enter:
SystemPropertiesPerformance
In the Visual Effects tab, choose Adjust for best performance. This disables 17 animation and shading effects in one click. If you want a small concession to readability, switch back to Custom and re-enable only “Smooth edges of screen fonts” — text without ClearType looks rough on most displays.
Step 4: Enable Ultimate Performance Power Plan
The Ultimate Performance plan removes power-saving throttles that Windows applies to background tasks. Microsoft hides it by default on most systems, so you have to unlock it from an elevated terminal first. Right-click the Start button, choose Terminal (Admin), and run:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Then open Control Panel > Hardware and Sound > Power Options and select Ultimate Performance. Winhance can also flip this for you in a single click if you would rather not touch the terminal.
Warning: Do not use Ultimate Performance on a laptop you actually unplug. It disables core parking and aggressive idle states, so battery life drops significantly. On laptops, stick with the Balanced plan or read my guide on adding the High Performance power plan instead.
Step 5: Disable Startup and Background Apps
Startup apps add minutes to your boot time and processes you never use. Open Settings > Apps > Startup and disable everything that isn’t strictly required — Spotify, Steam, OneDrive, Cortana, Microsoft Teams, and Edge are the usual suspects. If you don’t recognize an entry, search the executable name before disabling it.
Background apps are different — they are UWP apps that keep running and polling even after you close them. Open Settings > Apps > Installed apps, click the three-dot menu next to each app, choose Advanced options, and set “Let this app run in background” to Never. Doing this individually is tedious, which is why I cover the registry-based bulk method in how to disable background apps via Regedit.
RAM-Specific Recommendations
4GB or Less of RAM
Every step in this guide matters at 4GB. Run Winhance with the most aggressive profile, set Visual Effects to best performance, and turn off every background app. Stick to a lightweight browser (I use Edge with hardware acceleration on, but Brave or Firefox with strict tracking protection works too). Avoid Chrome — it routinely consumes 1.5-2GB on its own. Pagefile pressure is real on 4GB systems, so make sure your SSD has at least 10-15GB free at all times.
8GB of RAM
8GB is the comfortable sweet spot for Windows 11. You can skip Visual Effects tweaks if you prefer the animations, but Winhance and the startup/background app cleanup still pay back in lower idle CPU and longer battery life on laptops. The Ultimate Performance plan is unnecessary on 8GB systems unless you do CPU-heavy work.
No SSD?
If you are still on a spinning HDD, no software optimization will fix the boot times or app launch lag. A 240GB SATA SSD is the cheapest, biggest single upgrade you can make to a low-end Windows 11 machine. See my SSD buyer’s guide for current picks.
What Results to Expect
On the same Toshiba laptop I tested in the original video — third-gen i5, 2GB of RAM, 240GB SSD, fully unsupported by Microsoft — these steps dropped the idle process count from 111 to around 80 and made Windows 11 genuinely usable for office work and web browsing. RAM usage doesn’t change much because Windows fills available RAM by design, but responsiveness improves dramatically. On modern 8-16GB systems the gains are smaller in absolute numbers but still noticeable.
Frequently Asked Questions
Will these tweaks work on Windows 10?
Yes. Winhance, Visual Effects, the Ultimate Performance power plan, and startup/background app management all work identically on Windows 10 22H2. The exact Settings paths look slightly different but the principles are the same.
Is it safe to disable core parking?
Yes — core parking only affects power consumption, not stability or hardware longevity. The Ultimate Performance plan disables it automatically. On a desktop this is the right default. On a laptop running on battery, leave core parking enabled and stick with Balanced.
Can I undo these changes?
Yes. Visual Effects can be reset to “Let Windows choose” from the same dialog. Power plans can be switched back to Balanced in one click. Winhance tracks every change it makes and offers a one-click revert. And the system restore point you created in Step 1 is a complete safety net if something goes wrong.
Do I need a Microsoft account to optimize Windows 11?
No. None of these tweaks require a Microsoft account. If you already use one and want to switch, see why I use a local account on Windows 10/11.
Will optimizing Windows 11 break Windows Update?
No. Winhance leaves Windows Update fully functional by default. The only way to break updates is to manually disable the Windows Update service, which I do not recommend — security patches matter even on a low-end PC.
