Is It Time for More RAM? How to Tell From Task Manager
Your Windows 11 computer feels slow, applications hesitate when you switch between them and browser tabs seem to reload whenever you return to them.
Does that mean you need more RAM?
Possibly—but high memory usage on its own is not enough to justify an upgrade.
Windows is designed to use available memory productively. It keeps applications, recently accessed files and system information in RAM because retrieving them from memory is considerably faster than loading them from storage. Seeing 60% or even 80% memory usage does not automatically mean something is wrong.
The more useful question is:
Does the computer regularly run short of available physical memory during the work you actually perform?
Windows Task Manager can provide most of the evidence you need. It shows total memory utilisation, available memory, compressed memory, committed memory, application usage and the specification of the installed RAM. Microsoft describes Task Manager as Windows’ built-in system monitor for examining CPU, memory, disk and network consumption.
What RAM Does
RAM is the computer’s short-term working area.
Windows uses it to hold:
- Running applications
- Open documents
- Browser tabs
- Windows services
- File-system cache
- Graphics and hardware information
- Data applications are actively processing
- Recently used information that may be needed again
When enough RAM is available, Windows can keep more of this information immediately accessible.
When physical memory becomes scarce, Windows may compress some memory and move less frequently used data into the page file on the storage drive. Page files help Windows use physical memory more efficiently and contribute to the system’s total committed-memory limit, but storage remains far slower than RAM.
That is why a computer can technically continue operating when RAM is nearly full but still feel slow, hesitant or unresponsive.
Open Task Manager
Press:
Ctrl + Shift + Esc
Task Manager should open directly.
You will mainly use two sections:
- Processes
- Performance > Memory
Test the computer while performing your normal workload. Do not decide whether you need more RAM from an idle desktop with nothing open.
For example, open the applications you regularly use:
- Outlook
- Teams
- Your normal browser tabs
- Excel workbooks
- Accounting software
- Design applications
- Development tools
- Virtual machines
- Line-of-business software
Then observe Task Manager while the slowdown is happening.
Start with the Processes Page
Select Processes, then click the Memory column heading.
This sorts running applications and background processes from the highest memory user to the lowest.
Look for:
- One application using an unexpectedly large amount
- Several browsers or communication tools consuming memory together
- A process whose usage keeps increasing
- Software you are not actively using
- Several copies of the same application
- Background utilities that do not need to run constantly
Do not end unfamiliar Windows, security or management processes simply because they use memory. On a company-managed device, processes may belong to antivirus, backup, monitoring, Microsoft Intune or remote-support systems.
Grouped Applications Can Hide the Detail
Task Manager may group several related processes under one application.
A browser, for example, can create separate processes for:
- Tabs
- Extensions
- Graphics acceleration
- Audio
- Network services
- Crash handling
Expand the application to see its individual processes.
Do not assume that a browser using several gigabytes is automatically malfunctioning. The result may be reasonable when dozens of complex tabs and extensions are open.
The important test is whether closing unnecessary tabs and applications returns the computer to normal performance.
Read the Memory Performance Page
Select:
Performance > Memory
This page gives a more complete view of the system’s physical memory than the Processes list.
Depending on the PC and Windows build, you may see:
- Total installed memory
- Current percentage in use
- In use
- Compressed
- Available
- Committed
- Cached
- Paged pool
- Non-paged pool
- Memory speed
- Slots used
- Form factor
- Hardware reserved
The labels can appear technical, but several are extremely useful.
Memory Usage Percentage
The large percentage shows how much physical RAM is currently occupied.
Do not treat one brief reading as a diagnosis.
A computer can temporarily reach 90% while opening a large project and then return to 60% when the task finishes. That does not necessarily require an upgrade.
Concern increases when memory remains above approximately 85–90% throughout normal work and the PC simultaneously displays symptoms such as:
- Delayed application switching
- Browser tabs reloading
- Disk activity during simple tasks
- Applications freezing
- “Out of memory” errors
- Programs closing unexpectedly
Microsoft’s performance-troubleshooting guidance treats low available memory and high committed-memory use as stronger indicators of memory pressure than a percentage viewed in isolation.
In Use
In use is the physical memory currently occupied by Windows, applications, drivers and other active components.
The total will usually be greater than the visible application figures in the Processes list.
That is normal because the system-wide figure also includes memory used by:
- The Windows kernel
- Device drivers
- Shared memory
- File-system components
- Security software
- Hardware
- System cache
- Other operating-system allocations
Do not add together the visible Processes values and assume the missing amount has been stolen or lost.
Compressed Memory
When physical RAM becomes constrained, Windows can compress some memory pages instead of immediately writing them to the page file.
Task Manager displays this amount beside In use.
Memory compression can reduce storage activity, but compressing and decompressing information still requires processor time. A growing compressed-memory figure during a demanding workload may be evidence that Windows is working hard to avoid paging.
A small compressed-memory figure is not a problem.
A large and steadily growing figure combined with poor responsiveness, high overall usage and little available memory deserves investigation.
Do not disable memory compression as a routine “speed fix”. It is part of Windows’ memory-management system and may be compensating for the real issue rather than causing it.
Available Memory
Available is one of the most useful readings.
It represents physical memory that Windows can make available to applications immediately, including genuinely free memory and reusable standby memory.
For practical desktop troubleshooting, the pattern matters more than a single threshold:
- Several gigabytes available during normal work usually indicates reasonable headroom.
- Available memory repeatedly falling below approximately 1–2GB can indicate pressure.
- Available memory dropping to only a few hundred megabytes while the PC becomes unresponsive is strong evidence of a shortage.
Microsoft’s current performance guidance uses Available MBytes as a principal memory-pressure counter and treats extremely low available memory as a critical condition.
Check the lowest value reached during your real workload—not only what is available immediately after restarting.
Committed Memory
Task Manager shows committed memory as two figures, such as:
18.2 / 31.7 GB
The first figure is the amount of committed virtual memory currently allocated.
The second is the commit limit, which is broadly supported by physical RAM and page-file capacity.
Microsoft explains that system committed charge and the committed limit can be monitored through Task Manager’s Performance page. Page files extend the amount of committed memory Windows can support.
For example:
Installed RAM: 16 GB
Committed: 15.8 / 25.5 GB
does not mean exactly 15.8GB of physical RAM is occupied. It means applications and Windows have received commitments totalling 15.8GB across the memory system.
When committed memory matters
Concern increases when the first number repeatedly approaches the second.
For example:
Committed: 30.5 / 31.7 GB
This leaves very little commit headroom. Applications may begin failing to allocate memory, and Windows may display low-memory or out-of-memory errors.
Do not attempt to solve this by disabling the page file.
Removing or severely restricting the page file can reduce the system’s commit limit and make application failures more likely. Microsoft recommends allowing Windows to manage page files unless a specific workload and support plan requires something different.
Cached Memory
Cached memory contains data Windows is keeping because it may be useful again.
This is generally beneficial.
Windows can release much of this memory when applications require it, so a large Cached value does not mean that the RAM is permanently unavailable.
Do not install a “RAM cleaner” merely because cached memory looks high. Clearing useful cache can make the computer slower because Windows must read the information from storage again.
When the available figure remains healthy, cached memory is normally helping performance rather than harming it.
Paged and Non-Paged Pool
These figures relate mainly to memory used by the Windows kernel and drivers.
Paged pool
Paged-pool memory can be moved to the page file when appropriate.
Non-paged pool
Non-paged-pool memory must remain in physical RAM because the operating system or hardware may need immediate access to it.
A non-paged pool that grows continuously can indicate a driver or kernel-level memory leak. Microsoft’s memory-leak guidance applies to supported Windows client systems and recommends examining the process, driver or service whose memory consumption grows abnormally over time.
Adding RAM may delay the eventual slowdown, but it will not correct a leaking driver.
Strong Signs That More RAM Would Help
An upgrade is more likely to deliver a noticeable benefit when several of these occur together.
Memory remains close to full during normal work
Your everyday workload regularly keeps usage above 85–90%, rather than only during one unusual task.
Available memory repeatedly becomes very low
Task Manager shows little remaining available memory while the PC feels slow.
Committed memory approaches its limit
The first committed figure repeatedly moves close to the second.
Application switching causes delays
Returning to an application causes a pause while Windows retrieves information that is no longer held in physical memory.
Browser tabs repeatedly reload
Browsers may discard inactive tab contents when memory is constrained.
Disk activity rises as memory fills
The storage drive becomes busy while you switch between applications, even though you are not intentionally opening or copying files.
This can indicate paging, although Windows Update, antivirus, OneDrive and other services can also create disk activity.
Applications report low-memory errors
Messages such as these deserve attention:
Out of memory
Not enough memory to complete this operation
The system is low on virtual memory
Check both physical usage and committed memory when these appear.
Closing one large application fixes the computer immediately
If closing Teams, a browser, a virtual machine or a design application releases several gigabytes and restores responsiveness, memory capacity may genuinely be the bottleneck.
Your workload has expanded
A PC that was adequate for email and documents may struggle after adding:
- Large Excel models
- Multiple high-resolution displays
- Virtual machines
- Containers
- CAD
- Video editing
- Large photographic projects
- Software development environments
- Local databases
- AI or data-analysis tools
Signs That RAM Is Probably Not the Main Problem
Installing more memory will not fix every slow computer.
CPU usage is at 100%
When the processor is fully occupied but several gigabytes of memory remain available, the workload is processor-limited.
The system drive is slow or failing
A mechanical hard disk, unhealthy SSD or storage-controller problem can make Windows slow even when memory use is moderate.
The CPU or GPU is thermal throttling
Overheating can reduce clock speed and performance independently of RAM capacity.
One application has a memory leak
If one process grows continuously until the system becomes unusable, updating, repairing or replacing that application may be the correct solution.
Microsoft documents memory leaks as situations where an application or service continues consuming memory rather than releasing allocations correctly.
Too many applications start automatically
Unnecessary startup applications consume memory before you begin working.
Windows allows startup applications to be disabled through Task Manager, and Task Manager shows their estimated startup impact.
The problem is network-related
Slow cloud files, email, websites or business applications may be caused by Wi-Fi, DNS, VPN or internet performance rather than local memory.
The PC contains faulty RAM
More capacity does not solve defective memory.
Crashes, corrupted data and stop-code errors after a RAM upgrade may require hardware testing rather than another capacity increase.
Use a Repeatable Test
A useful memory assessment should reproduce the way the computer is genuinely used.
Step 1: Restart Windows
Restart the computer to clear the existing workload and establish a known starting point.
Step 2: Wait for startup activity to settle
Allow Windows Update, OneDrive, antivirus and startup applications a few minutes to complete their immediate work.
Step 3: Open Task Manager
Select:
Performance > Memory
Record:
- Total RAM
- Usage percentage
- Available
- Committed
- Compressed
- Paged pool
- Non-paged pool
Step 4: Open your normal workload
Use the same applications, documents and browser tabs that are normally open when the problem occurs.
Step 5: Work normally for 20–30 minutes
Do not merely open the applications and immediately record the result. Use them.
Step 6: Record the worst point
Take a screenshot when:
- The system feels slow
- Memory reaches its highest usage
- Available memory reaches its lowest point
- Committed memory is highest
Step 7: Close the largest application
Observe whether:
- Several gigabytes become available
- Disk activity drops
- Application switching improves
- The whole PC becomes responsive again
A repeatable improvement after releasing memory is stronger evidence than one high percentage.
Investigate a Process That Keeps Growing
Suppose an application starts at 500MB and grows to 2GB, 4GB and 8GB without returning memory after its workload finishes.
This may indicate a memory leak.
Try:
- Save your work.
- Close the application.
- Confirm that its memory is released.
- Restart it.
- Repeat the same task.
- Check whether the growth occurs again.
- Install the application’s supported updates.
- Disable unnecessary extensions or plug-ins.
- Repair or reinstall the application where appropriate.
- Contact the vendor or IT provider.
Do not buy RAM merely to accommodate an application that is malfunctioning.
Use RAMMap for Deeper Investigation
When Task Manager shows high physical-memory usage but the Processes list does not explain it, Microsoft’s Sysinternals RAMMap can provide a more detailed breakdown.
RAMMap shows how physical memory is divided between:
- Processes
- File cache
- Standby lists
- Drivers
- Kernel allocations
- Page tables
- Physical pages
Microsoft describes RAMMap as an advanced physical-memory analysis utility for understanding how Windows assigns RAM, caches file data and uses memory for the kernel and device drivers.
Use RAMMap from Microsoft’s official Sysinternals source.
Do not use its memory-emptying commands as routine maintenance. The purpose of the tool is to understand where memory is going, not repeatedly erase useful cache.
How Much RAM Do You Actually Need?
Microsoft lists 4GB as the minimum RAM requirement for Windows 11. That is an eligibility threshold—not a recommendation for a comfortable modern business workload.
As a practical Hamilton Group guideline:
8GB
Suitable for light use involving:
- Basic email
- A few browser tabs
- Simple documents
- Light cloud applications
It can become restrictive when Teams, Outlook, several browser tabs and business applications are used together.
16GB
A sensible baseline for many modern business computers.
It generally provides room for:
- Microsoft 365
- Teams
- Multiple browser tabs
- Line-of-business applications
- Moderate multitasking
- Light content creation
32GB
Often appropriate for:
- Large spreadsheets
- Software development
- CAD
- Photography
- Video editing
- Virtual machines
- Containers
- Large datasets
- Heavy multitasking
64GB or more
May be justified for:
- Several simultaneous virtual machines
- Complex engineering models
- High-resolution video production
- Large local databases
- Specialist scientific workloads
- Professional 3D rendering
- Memory-intensive data analysis
The correct capacity is determined by Task Manager evidence and workload requirements—not by purchasing the largest amount available.
Check Whether the RAM Can Be Upgraded
Task Manager’s Memory page may show:
Slots used: 1 of 2
This suggests that a physical slot may be free, but it does not guarantee that the upgrade will be straightforward.
Before ordering memory, confirm:
- The exact laptop, desktop or motherboard model
- Maximum supported memory
- Number of physical slots
- Whether any RAM is soldered
- Existing module sizes
- Required memory generation
- Supported speeds
- Whether the manufacturer requires matched modules
- Warranty or service restrictions
Some thin laptops and compact devices have soldered memory that cannot be replaced.
Others combine soldered memory with one upgradeable slot.
Use the service manual or specification for the exact model. Do not buy memory based solely on the speed displayed in Task Manager.
Consider Dual-Channel Configuration
Where the platform supports it, installing suitable memory modules across the correct channels can improve memory bandwidth.
For example, two compatible modules may provide better bandwidth than one module of the same total capacity.
However, the exact arrangement depends on the processor, motherboard and laptop design.
Do not replace a stable configuration merely to achieve dual-channel operation without first checking:
- Supported module combinations
- Slot order
- Capacity limits
- Workload benefit
- Warranty implications
For many office users, increasing inadequate capacity matters more than chasing a small benchmark improvement.
More RAM Will Not Repair Faulty RAM
Capacity and reliability are different issues.
Possible signs of defective or unstable memory include:
- Repeated blue screens
- Random restarts
- File corruption
- Applications crashing in different ways
- Errors after enabling an aggressive memory profile
- Windows failing to install
- Problems beginning immediately after adding RAM
- Manufacturer diagnostics reporting memory failure
Windows includes the Windows Memory Diagnostic tool. Microsoft’s support guidance describes using it to restart the computer and test the installed memory outside the normal Windows session.
Return overclocked memory settings to their manufacturer-supported defaults before diagnosing a hardware fault.
When errors remain, test modules and slots according to the computer manufacturer’s procedure.
Avoid These Common Mistakes
Buying RAM because Task Manager shows 70%
Seventy per cent usage can be completely normal when the system remains responsive and has healthy available and committed-memory headroom.
Installing a RAM-cleaning application
These tools often force useful cached data out of memory and may make the next application launch slower.
Disabling the page file
This can reduce the commit limit and cause applications to fail sooner.
Ending unfamiliar system processes
You may interrupt Windows, antivirus, backup or business-management services.
Assuming unused RAM is better
RAM provides value by holding useful data. Completely empty memory does not make the computer faster.
Ordering memory without checking the exact model
Memory that physically resembles the existing module may still be incompatible.
Mixing capacity problems with hardware errors
More RAM will not correct a faulty module, damaged slot or unstable memory configuration.
Ignoring the CPU and storage readings
Task Manager should be used to compare memory pressure with processor and disk activity.
A Practical RAM Upgrade Checklist
Before purchasing additional memory:
- Restart Windows.
- Allow startup activity to settle.
- Open Task Manager.
- Select Performance > Memory.
- Record the installed capacity.
- Record available and committed memory.
- Open your normal applications.
- Reproduce the real workload.
- Monitor memory for at least 20 minutes.
- Sort Processes by Memory.
- Identify the largest consumers.
- Look for a process that grows continuously.
- Check whether available memory becomes extremely low.
- Check whether committed memory approaches its limit.
- Observe disk activity during application switching.
- Close the largest application and compare performance.
- Disable unnecessary startup applications.
- Use RAMMap when system usage remains unexplained.
- Check for CPU, storage or thermal bottlenecks.
- Confirm the exact computer model.
- Check whether the memory is upgradeable.
- Confirm maximum capacity and compatible modules.
- Test for hardware errors when crashes are occurring.
- Back up important files before opening the computer.
- Retest the same workload after the upgrade.
How Hamilton Group Can Help
RAM upgrades are usually straightforward only after the correct problem and hardware have been identified.
Hamilton Group’s experienced IT team can determine whether your computer is genuinely running out of memory or whether the slowdown is being caused by storage, processor load, overheating, startup software or a faulty application.
We can help with:
Task Manager Analysis
We can review:
- Physical-memory usage
- Available memory
- Committed memory
- Memory compression
- Page-file behaviour
- Paged and non-paged pools
- Individual application consumption
Memory-Leak Investigation
Where memory use grows unexpectedly, we can investigate applications, services and device drivers rather than simply installing additional capacity.
Hardware Compatibility
We can identify:
- Maximum supported RAM
- Current module arrangement
- Available slots
- Soldered memory
- Compatible specifications
- Appropriate module combinations
Safe Installation and Testing
Our engineers can install the correct memory, update firmware where required and test the completed system for stability.
Business Workload Planning
We can specify suitable memory for:
- Microsoft 365
- Large Excel models
- CAD
- Software development
- Virtualisation
- Video production
- Data analysis
- Specialist business applications
Wider Performance Diagnosis
When RAM is not the problem, Hamilton Group can investigate:
- Slow or failing storage
- CPU bottlenecks
- Thermal throttling
- Driver problems
- Excessive startup applications
- Windows corruption
- Network and cloud-service delays
Hamilton Group aims to make first contact on IT support requests within 15 minutes, helping businesses address slow computers before lost time begins affecting productivity.
Confirm the Bottleneck Before Buying the Upgrade
A high percentage in Task Manager does not automatically mean you need more RAM.
The strongest evidence is a repeatable pattern:
Available memory becomes extremely low, committed memory approaches its limit, performance deteriorates during the normal workload and responsiveness returns when memory-heavy applications are closed.
When those signs appear consistently, an appropriate RAM upgrade can make a substantial difference.
Call 0330 043 0069, book a meeting with one of our experts or visit hgmssp.com for experienced help diagnosing memory usage and upgrading your Windows computers.