Skip to main content

Fix: Insufficient System Resources Exist to Complete the Requested Service

Even though this error code may lead you to a deduction that you are indeed running out of memory or processing power on your computer, sometimes the answer is quite different. Sometimes this error occurs simply when you try to open a folder which is an action which doesn’t really require plenty of system resources.
The error occurs in many different contexts and on many different architectures so make sure you follow through the entire article in order to locate the solution which will work for you the best.

Solution 1: Using Registry to Tweak Certain Memory Settings

Virtual memory is a helpful tool which can improve your computer’s performance by providing a paging file on your hard disk which Windows can use as RAM when it runs out of real, physical RAM memory. Having low virtual memory resources can cause this error to occur on various Windows OS such as Windows 10, Windows 7, and even Windows Server.
Before proceeding with this solution, it’s recommended that you close all of your running programs and it’s advisable to create a backup of your registry just in case something goes terribly wrong while you edit it. Backup your registry by following the instructions in our article.
  1. Open the Registry Editor by typing “regedit” in either the search bar or the Run dialog box. Navigate to the following key in Registry Editor:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Session Manager\Memory Management
 
  1. Click on the Edit button at the top right menu and choose New >> DWORD value.
  2. Rename this value to “PoolUsageMaximum” without the quotation marks and press Enter to confirm. Right-click on this key, choose Modify and type the number 60 in the Value data box of the window which appears. Choose the Decimal representation. Apply the changes.
  1. Next, check to see if the PagedPoolSize registry entry exists. If it doesn’t, click on the Edit button at the top right menu and choose New >> DWORD value.
  2. Rename this value to “PagedPoolSize” without the quotation marks and press Enter to confirm. Now that you have created it, proceed with the solution. If it was already there, proceed from this point on.
  3. Right-click on this key, choose Modify and type “ffffffff” in the Value data box of the window which appears. Apply the changes.
  4. Exit Registry Editor, restart your computer, and check to see if the problem still appears.

Solution 2: Experiencing the Error on Servers

Sometimes there is a certain program or a file shared on a server and its resource consuming is way out of expectations. That is when you should consider restarting your registry completely and checking to see if the problem is solved. Sometimes the drivers for the app get corrupt or the program simply malfunctions.
First, let’s see if there is a suspicious app or a file causing the problems.
  1. Navigate to C >> Users and locate the Default folder. Since it’s hidden, you will have to enable the view of hidden files and folders.
  2. Click on the “View” tab on File Explorer’s menu and click on the “Hidden items” checkbox in the Show/hide section. File Explorer will show the hidden files and will remember this option until you change it again.
  1. Right-click on the Default folder and choose Properties. If the file is large in size (more than 48’640 KB) open it and look through it to see which tool or app may have taken up so much space. If the Default folder is small in size, you can skip this step. Note down which tool is taking up so much space.
  2. Open the Registry Editor by typing “regedit” in either the search bar or the Run dialog box. Navigate to the HKEY_USERS\.DEFAULT in registry and check to see if there is a key taking up much space.
Now it’s time to completely reset the DEFAULT hive. This will reset the .DEFAULT entry in the Users part of the registry which will hopefully bring your registry to life again. The following steps are a little advanced for casual users but simply make sure you follow everything correctly and nothing bad will happen.
  1. Open regedit and, in the left pane, navigate to and right-click on .DEFAULT under HKEY_USERS. Choose the Export option and select Registry Hive Files (*.*) under the Save as prompt.
  1. Navigate to the C:\Windows\System32\Config folder and enter DEFAULT.new in the File name section. Click on save in order to backup the DEFAULT.new file.
  2. In Windows Explorer, navigate to C:\Windows\System32\Config folder and check to see that DEFAULT.new file is very small in comparison to DEFAULT. If that is the case, Enter your Windows OS DVD in the the DVD drive, restart your computer and follow the rest of the instructions in order to fix the file.
  3. Turn on your computer and press key to boot to DVD (if needed, depends on your BIOS) when prompted with the Press any key to boot from CD or DVD screen.
  4. Click Next when the Install Windows screen appears and choose the Repair your computer option. Next, select the Use Recovery Tools option from the menu and click Next.
  1. Click on Command Prompt and change the drive letter for your default drive, for example, by typing D: and then pressing Enter. You can find the drive letter for your C: drive by trying different letters, doing a “dir”, and then seeing whether Windows, Users, Program Files, etc. folders are present.
  1. Change the directory to the Config folder by typing “cd\Windows\System32\Config” and then pressing the Enter key. Use the commands below in order to rename the DEFAULT and DEFAULT.new files:
  2. ren DEFAULT DEFAULT.bak
    ren DEFAULT.new DEFAULT
  3. Exit the recovery environment by clicking Restart and boot your computer normally. Check to see if the same error occurs again. Consider updating the drivers for the tool which took up so much space in the Registry or simply uninstall it if you can find a better alternative.

Solution 3: Change the Antivirus You Are Using

Free antivirus tools can be quite helpful and they can do their job protecting your computer but sometimes they just don’t get along well with other things on your computer. For example, some users have reported that it was the free version of McAfee which caused the same error on their computers and the only way to solve it was to uninstall McAfee.
  1. Click on the Start menu and open Control Panel by searching for it. Alternatively, you can click on the gear icon in order to open settings if you are using Windows 10.
  2. In Control Panel, select to View as: Category at the top right corner and click on Uninstall a Program under the Programs section.
  1. If you are using the Settings app, clicking on Apps should immediately open a list of all installed programs on your PC.
  2. Locate McAfee in Control Panel or Settings and click on Uninstall.
  3. Its uninstall wizard should open with two options: Repair and Remove. Select Remove and click Next in order to uninstall the program.
  4. A message will pop up asking “Do you want to completely remove McAfee for Windows?” Choose Yes.
  1. Click Finish when the uninstalled completes the process and restart your computer to see whether errors will still appear.

Solution 4: If the Problem Occurs with a Specific File

If the problem only appears when you try to run a specific file such as a game or an application, the problem may be caused by your antivirus. People who report this problem usually experience it with a game and they think it’s because they don’t have enough resources to run it. However, adding an exception for it in their antivirus solved the problem.
Follow the steps below in order to do so:
  1. Open your antivirus user interface by double-clicking on its icon on the Desktop or by double-clicking on its icon in the bottom right part of your taskbar.
  2. The Exception setting is located in different places according to different antivirus tools. It can often be found simply without much hassle but here are some location on the most popular antivirus tools:
Kaspersky Internet SecurityHome >> Settings >> Additional >> Threats and Exclusions >> Exclusions >> Specify Trusted Applications >> Add.
AVGHome >> Settings >> Components >> Web Shield >> Exceptions.
AvastHome >> Settings >> General >> Exclusions
In each case, make sure you choose the folder location properly. Also, don’t click the file directly because most users claimed that you actually need to select the folder and not the file you want to add to exceptions.

Comments

Popular posts from this blog

How to Format/Indent XML Files in Notepad++

Notepad++ is a free text and source code editor that is mostly used by programmers. It is an advanced alternate version of the default notepad which supports 50 programming, scripting and markup languages. It allows a user to edit codes within multiple tabs in a single window. However, it lacks the formatting for XML files or XML code. Users will find it difficult to edit or read the XML code without the correct format for code. How to Format/Indent XML Files on Notepad++ What is XML File? XML (stands for eXtensible Markup Language) which is a language designed to store and transport data. XML files are just plain text files that can’t do anything on their own. Custom tags are used in XML files to define objects and the data within each object. It defines a set of rules for encoding documents in such a format that both humans and machines could read. XML is similar to HTML but the difference is that HTML defines how data looks, while XML defines what data is. XML Code samp...

How to Fix ‘The Local Security Authority Cannot be Contacted’ Error on Windows

This error appears when users try to login to other computers via a remote desktop connection. The problem prevents them from connecting and it displays the “The Local Security Authority Cannot be Contacted” error message. The problem often appears after an update has been installed on either the client or the host PC and it causes plenty of problems on many different versions of Windows. The Local Security Authority Cannot be Contacted There have been many unofficial fixes for the problem which were created by the users who had the same unfortunate experience. We have gathered the working methods in this article so make sure you follow it in order to resolve the problem. What Causes “The Local Security Authority Cannot be Contacted” Error on Windows? Pinpointing the correct cause for the problem is one of the most important steps when it comes to resolving one. That is why we have created a list of possible causes for the problem so make sure you check it out below: D...

Fix: The Active Directory Domain Services is currently unavailable ‘Windows 7, 8 and 10’

The error Active Directory Domain Services is currently unavailable means that the system is not able to find and connect to your printer, hence the process is stopped and cannot proceed further. This process allows the computer to manage and allocate resources. If this error occurs, it means that there is most probably a problem with the permissions, drivers, UAC etc. We have listed down a number of solutions for you to check. Start with the first one and work your way down. Solution 1: Resetting Printer Spooler Settings The spooler service is a software program which is responsible for managing all print jobs being sent to the computer printer. The print spooler service is usually visible to users and they can also cancel a print job which is being processed. It also allows them to manage jobs which are currently on the waitlist. We can try restarting this service and check if this solves the problem. Press  Windows + R  to launch the Run application. Type ...