top of page

Fix Not Enough Memory Resources Are Available to Process This Command on Windows 11

Updated: 5 days ago

Not Enough Memory Resources Are Available to Process This Command  message appear when a user try to open any file, try to install an app, or copy data on your Windows 11 PC. This type of error can interrupt your running task and you can’t make even simple tasks possible.

In this tutorial, we’ll discuss what causes this error, how to fix it, and several proven solutions to get your Windows 11 system running smoothly again.


What Causes the “Not Enough Memory Resources” Error?


The various possible causes of this error message are as follows:


  1. Memory leaks – A faulty program or driver may be consuming too much system memory.

  2. Corrupted system files – Windows may have damaged registry or cache files that confuse resource allocation.

  3. Too many startup programs – Dozens of background apps can slowly eat up memory and CPU.

  4. Incorrect virtual memory settings – Windows uses part of your hard drive as “virtual RAM.” If the paging file is too small or disabled, memory errors can appear.

  5. Outdated drivers or system updates – Old or buggy drivers sometimes trigger resource conflicts.


Solution 1: Restart Your PC and Close Background Apps


It sounds simple, but a quick reboot can clear temporary memory and fix stuck processes.After restarting, follow these steps:


Step 1. Press Ctrl + Shift + Esc shortcut key to open Task Manager.


Step 2. Go to Processes tab from the left side menu.


Task Manager interface showing "Processes" tab.

Here find programs and apps, which are using memory near 100%.


Step 3. Simply right-click on high memory consuming programs and choose End task from the top right corner of Task Manager.


Computer task manager "End task" button.

Also, disable unnecessary startup apps:


Step 1. In Task Manager, go to the Startup apps tab from the left side menu.


Task Manager "Startup apps" in the left menu.

Step 2. Find out enabled startup apps and right click on it.


Step 3. Choose Disable from the drop-down menu.


Disable startup app task manager

This reduces background load and frees memory for essential processes.


Solution 2: Increase Virtual Memory (Paging File)



If your physical RAM is limited, Windows uses virtual memory to handle overflow. You can manually increase this to restrict or prevent the error. Follow these steps to increase virtual memory on Windows 11: -



Step 1. Conjointly Press Windows + R shortcut key to open Run command box.


Step 2. Type sysdm.cpl and press Enter.


sysdm.cpl

Step 3. Go to these paths - Advanced → Performance → Settings → Advanced tab → Virtual memory. Here click on Change option under Virtual memory.


Virtual memory settings windows 11

Step 4. Uncheck Automatically manage paging file size for all drives.


Step 5. Here Select your system drive (preferably C:) where your program files are saved.


Step 6. Choose Custom size, and set the following parameter:


Initial size: 1.5 × your RAM (e.g., for 8GB RAM, enter 12288 MB)

Maximum size: 3 × your RAM (e.g., 24576 MB)


Step 7. Click on Set and then OK.


Change virtual memory size windows 11

Step 8. Don’t forget to Restart your PC.


This ensures Windows has enough virtual resources to manage required tasks on Windows 11 PC.


Solution 3: Run System File Checker and DISM Tool


Corrupt Windows system files can cause memory mismanagement. To repair them follow these steps:


Step 1.  Go to Windows search and type cmd in search field.


Step 2. Open Command Prompt Run as Administrator.


Step 3. Type the command : sfc /scannow and press Enter.


Run system file checker sfc /scannow

Wait for the scan to finish and follow on-screen instructions. It will take some times. Wait till 100% verification complete. It will show you the result regarding corrupted system files and repair them accordingly.


Use DISM tool


Step 1.  Go to Windows search and type cmd in search field.


Step 2. Open Command Prompt Run as Administrator.


Step 3. Type the following commands one by one in Command prompt window followed by Enter key:


  • dism /online /cleanup-image /scanhealth

  • dism /online /cleanup-image /checkhealth

  • dism /online /cleanup-image /restorehealth


This repairs damaged system components and restores stability.


Solution 4: Update Drivers and Windows 11 to fix Not Enough Memory Resources Are Available to Process This Command Error


Old or corrupted drivers are a common cause of resource errors, especially on newly upgraded Windows 11 systems.


To update Windows 11, follow these steps:


Step 1.  Press Win + I to open windows settings.


Step 2. From the left side menu, Choose Windows Update.


Step 3. Click on Check for Updates.   


Check for windows update to fix Not Enough Memory Resources Are Available to Process This Command

install the latest patches if any windows 11 update available.


To update Windows 11 Drivers, follow these steps:


Step 1. Conjointly Press Windows + R shortcut key to open Run command box.


Step 2. Type devmgmt.msc and press Enter.


Step 2. In device Manager, Go to the Graphics driver section and expand it.


Step 3. Right click on your display adapter and choose Update driver.


Update driver to fix Not Enough Memory Resources Are Available to Process This Command

Step 4. In next Window, How do you want to search for drivers, Choose search automatically.


search automatically for driver

Let the window complete the updating of Driver.


Follow above steps to update another drivers such as Network, chipset also.


Solution 5: Clean Boot Windows


If you suspect a background service or startup app is the culprit, perform a clean boot:


Step 1. Conjointly Press Windows + R shortcut key to open Run command box.


Step 2. Type msconfig and press Enter.


Step 3. Under Services tab from top menu bar, make check against Hide all Microsoft services, then click Disable all.


system configuration

Step 4. Thereafter go to Startup tab from the top menu bar.


Step 5. Click Open Task Manager and disable all startup items. Simply right click on enabled startup app and choose Disable.


Step 6. Restart your PC.


Solution 6: Run Windows Memory Diagnostic


Testing your RAM with Windows Memory Diagnostic — faulty hardware can occasionally be the hidden cause.  To Run Windows Memory Diagnostic, follow these steps:


Step 1.  Go to Windows search and type Windows memory Diagnostic in search field.


Step 2.  Open the appear result Windows Memory Diagnostic.


Step 3.  Check your computer for memory problems page will open now. Choose the recommended option as Restart now and check for problems (Recommended) and follow onscreen instruction.


Windows Memory Diagnostic

Final Thoughts


The “Not enough memory resources are available to process this command” error may look intimidating, but it’s usually a fixable software issue — not a sign your computer is dying. By managing background programs, adjusting virtual memory, repairing corrupted files, and keeping your system updated, you can eliminate the problem and restore peak performance.


Keep your Windows 11 system lean, updated, and optimized, and you’ll rarely see this error again.

Comments


bottom of page