Hi Riya,
Welcome to Windows Q&A community.
Can I know if there is any application open in the background, such as Visual Studio? If so, try to turn off the application and see if it persists. You can also try to open Task Manager and End Task for individual application to see if the number is triggered by specific application.
Also, you can try to fix the system via the following two methods and then see if it takes effect.
Method 1: Run the SFC.
Follow the below steps:
- Open Command Prompt.
- Select “Run as Administrator”.
- Type “sfc /scannow” without quotes and hit Enter.
Now check for the issue.
Method 2: Run the DISM Tool.
If the issue persists, I would have you run the DISM tool to check the system health and will try to restore the files.
- Click on 'Start'.
- Enter 'Command prompt' in the Search box.
- In the list of results, swipe down on or right-click Command prompt, and then tap or click 'Run as administrator'.
- In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
To close the Administrator: Command Prompt window, type Exit, and then press Enter.
Note: The tool might take 15-20 minutes to finish running, so please do not cancel it.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.