Monday, August 24, 2026

Check your GPU status

 Check your GPU status


Open Powershell and run the command: "Get-CimInstance Win32_VideoController | Select-Object Caption, DriverVersion, Status"



If the status is OK, your GPU is fine.

If you need additional GPU details such as dedicated VRAM, resolution, and refresh rate, run: "Get-CimInstance Win32_VideoController | Select-Object Caption, DriverVersion, Status, @{N="VRAM (GB)";E={[math]::round($_.AdapterRAM/1GB,2)}}, CurrentHorizontalResolution, CurrentVerticalResolution, CurrentRefreshRate"



Latest
Next Post

post written by:

0 Comments: