News and Interests taking up gigabytes of Memory (almost all of RAM) is a concerning issue on Windows 10 and 11 systems. It is a result of memory leaks due to a bug in the program’s coding. Therefore, the app continues using up more memory gradually without freeing it.
Whenever this happens, your computer starts slowing down. Your free storage space may also decrease as the program starts hogging large space for the pagefile after using up the RAM.
Since it’s a memory leak issue in a system process, the only way to properly resolve it is by installing system updates that patch the error.
As of September 2022, Microsoft has not released a permanent solution for this problem. However, until it does, there are a few things you can do to fix it temporarily or bypass the issue.
Table of Contents
How to Fix News and Interests Taking up Memory
Here are some possible solutions you can apply to resolve the above error:
Update Windows
Microsoft has released a cumulative update KB5010415 for Windows 10 on 15th February 2022. This update also includes a temporary fix for this memory leak issue, so you need to install it as soon as possible.
However, it only works on Windows 10, version 1903, and later. Microsoft has already ceased support for all previous builds. So make sure to install the necessary system updates before installing the cumulative update.
Then, you can download and install the update from Microsoft Update Catalog. It is also possible to check for the cumulative update on your Update Settings and install it. To do so,
- Open Run and enter
ms-settings:windowsupdate
to get to this Setting. - Click Check for updates.
- After checking, if it lists KB5010415 as an optional update, select Download and install below it.
You can also upgrade to Windows 11 or clean install it as this issue is not present in the Windows 11 version as of the current date.
If your computer lags a lot and brings any issues while updating, you can end the News and Interests process or disable it altogether and then install the update.
End Feeds or News and Interests Process
One way you can resolve this issue temporarily is by killing the News and Interests process.
Doing so only temporarily closes it and it will soon start running again. However, it will still take some time to build up its memory usage to a high value. And you can also carry out the other troubleshooting measures in the meantime.
To end News and Interests or Feeds process, you need to use the Task Manager in the following way:
- Press Ctrl + Shift + Esc to open the Task Manager.
- If it shows less number of apps with no description, click on More details.
- On the processes tab, click on Memory to sort the apps based on memory usage.
- Select Feeds or News and Interests and click End Task.
Disable News and Interests
If you don’t use News and Interests altogether, you might as well disable the feature to resolve the error in a more permanent manner. Furthermore, you need to do so anyway if the update KB5010415 didn’t resolve your issue.
You can easily disable this feature on your system from the Taskbar using the steps below:
- Right-click on the Taskbar area without any app icons.
- Hover over News and Interests and select Turn off.
There are also other ways to disable it, such as using the Local Group Policy Editor and the Registry Editor. To disable it through the Local Group Policy Editor,
- Open Run and enter
gpedit.msc
to open Group Policy editor. - Go to Computer Configuration > Administrative Templates > Windows Components > News and interests.
- Search for and double-click on Enable news and interests on the taskbar.
- Check Disabled and click OK.
- Then, restart your PC to apply the changes.
In Windows Home editions, you can’t access the Group Policy Editor by default. In such cases, you can use the Registry Editor to perform the same task.
- Open Run and enter
regedit
to open the Registry Editor. - Navigate to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Feeds
- Look for and double-click on ShellFeedsTaskbarViewMode.
- Set its Value data to 2 and click OK.
- Then, restart your Windows Explorer from the Task Manager to apply the changes.
After disabling News and Interests, you may also have to end its task from the Taskbar if it’s still leaking the memory.
3 Comments
Thanks very helpful solution
I have resolved the issue, though I am still missing a lot of storage due to the memory leak, approximately 30gb of space. How do I get the space back?
Hello Julius,
It looks like the storage space was used by the pagefile as virtual memory. You can enable an option to clear the pagefile while shutting down your computer to get the storage space back. To do so,
1. Open Run and enter
gpedit.msc
to open the Local Group Policy Editor2. Go to Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
3. Double-click on Shutdown: Clear virtual memory pagefile
4. Check Enabled and click OK
5. Then, restart your computer.