Unable to install SQL Express

John McKenna 0 Reputation points
2025-11-03T16:21:04.7733333+00:00

I get the following error when trying to install SQL Server Express:

Oops...

Unable to install SQL Server (setup.exe)

Exit code (Decimal):-2061893606 Error Description: Wait on Database Engine recover handle failed

SQL Server Database Engine

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer recommended by moderator
Erland Sommarskog 137.4K Reputation points MVP Volunteer Moderator
2025-11-03T21:56:45.1333333+00:00

The message Wait on the Database Engine recovery handle failed is a generic error that means that SQL Server did not start when Setup wanted to run configuration steps. To understand why it did not start, you need to look in the SQL Server errorlog, which you find in C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG. Note that the component MSSQL16.SQLEXPRESS assumes a default installation SQL 2022 Express. If you are trying to install an older version or a named instance, this component will have a different name.

If you see a message about 256 misaligned reads, you are running into a known issue where Windows 11 for some disk drives reports a sector size that SQL Server does not cope with. Microsoft has published an article with workarounds for the problem.

If you don't see the message about misaligned reads, feel free to upload the errorlog here, so we can look at it. You will need to rename to ERRORLOG.txt for the forum software to accept it.

Was this answer helpful?

0 additional answers

Sort by: Most helpful