Blog Post

Core Infrastructure and Security Blog
1 MIN READ

How to decode Windows errors

MS2065's avatar
MS2065
Icon for Microsoft rankMicrosoft
Jan 24, 2020

First published on TECHNET on Oct 17, 2007

Many Windows error messages provide a hexadecimal error code, for example 0x8007267C. This code can provide helpful information. But how to translate it into a readable error message?

 

 

 

 

 

At least two commands can be used to decode an error code:

 

 

 

 

 

 

 

· certutil -error [Code]

 

 

 

· err.exe [Code]

 

 

 

 

 

 

 

For example

 

 

 

certutil -error 0x8007267C

 

 

 

 

 

 

 

Certutil is part of all Windows server stock keeping units (SKU) and Windows Vista. The err executable is available from the Microsoft Download center.

Updated Feb 20, 2020
Version 2.0
No CommentsBe the first to comment