Hi Diama,
Thanks for your post. Generally speaking, you can try the following steps to narrow down the issue:
- updating BIOS
- restoring Windows
- running Windows Update
- trying a different monitor
- checking monitor settings
- turning off Fast Startup
- Running Troubleshooter Power
- turning off Link State Power Management
- Restarting in Safe Mode
- Updating and Rolling Back the display adaptor
- checking that keyboard and mouse can wake the PC
If these methods still don’t help, you can repair system file corruption by following steps:
System File Checker (SFC) and Deployment Image Servicing and Management (DISM) scans can repair Windows system files and restore UI functionality.
- Open Task Manager with Ctrl + Shift + Esc.
- Click Run new task.
- Type cmd into the text box, check the box next to Create this task with administrative privileges and click OK.
- Click Yes when User Account Control asks for permission.
- In the Command Prompt window, type in the following command and hit Enter: sfc /scannow
- Once the scan is complete, use the following commands and press Enter after each: Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth
- (Note: if you get an error executing this last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again).
- Restart your device.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.