Home
Translate
Profile photo for Humberto
Asked May 06, 2026 at 02:08 AM

Faltan actualizaciones de Windows

Como soluciono las actualizaciones que faltan de windows 10

1 answer
Page loader
Profile photo for James Wright
Added an answer May 06, 2026 at 03:07 PM
Translate

Hello Humberto,

Thank you for posting your question on our forum.

Missing Windows updates are usually caused by paused services, corrupted update files, or policy/settings issues.

1) Check if updates are paused

- Go to Settings → Windows Update

- Make sure it doesn’t say “Updates paused”

- If it does, click "Resume updates"

2) Restart Windows Update services

- Press Win + R, type services.msc, press Enter

- Find and restart Windows Update, Background Intelligent Transfer Service, Cryptographic Services

3) Clear the update cache

- Open Command Prompt as Administrator

- Run these commands one by one, press Enter after each:

net stop wuauserv
net stop bits
net stop cryptsvc

Delete the update cache with the following command:

del /s /q C:\Windows\SoftwareDistribution\*

Restart services with:

net start wuauserv
net start bits
net start cryptsvc

4) Run Windows Update Troubleshooter

- Go to Settings → System → Troubleshoot → Other troubleshooters

- Run Windows Update

5) Repair system files

Open Command Prompt as Admin and run sfc /scannow

Press Enter, then run DISM /Online /Cleanup-Image /RestoreHealth

6) Check Group Policy

- Press Win + R, type gpedit.msc, press Enter

- Go to Computer Configuration → Administrative Templates → Windows Components → Windows Update

- Make sure settings like “Configure Automatic Updates” are not disabled or restricting updates

7) Check internet / metered connection

- Go to Settings → Network

- Turn OFF Metered connection (can block updates)

8) Force check for updates by running wuauclt /detectnow in Command Prompt

If nothing works :

- Manually download updates from the Microsoft Update Catalog

- Use the Windows Installation Assistant / Media Creation Tool to repair Windows

If you need further assistance, please don't hesitate to contact us!