Location of smsts.log file during SCCM OSD

The smsts.log is the primary source for troubleshooting SCCM task sequence failures. The smsts.log records all the activities during SCCM operating system deployment (OSD), and it should be the first log you should review for SCCM OSD troubleshooting.

The location of smsts.log keeps changing depending on the deployment phase and OS architecture, and administrators often struggle to find it quickly. This guide provides a complete list of smsts.log locations across different stages of OSD, helping you streamline diagnostics and resolve SCCM OSD issues faster.

Location of smsts Log

PhaseLog Location
WindowsPE, before HDD formatx:\windows\temp\smstslog\smsts.log
WindowsPE, after HDD formatx:\smstslog\smsts.log
Windows, SCCM agent not installedc:\_SMSTaskSequence\Logs\Smstslog\smsts.log
Windows, SCCM agent installedc:\windows\system32\ccm\logs\Smstslog\smsts.log
Windows x64, SCCM agent installedc:\windows\sysWOW64\ccm\logs\Smstslog\smsts.log
Task Sequence completedc:\windows\system32\ccm\logs\smsts.log
Task Sequence completed x64c:\windows\sysWOW64\ccm\logs\smsts.log

CMTrace Log Viewer

You can view smsts.log using CMTrace, which is Microsoft’s preferred log viewer for SCCM/ConfigMgr. CMTrace formats logs in real time, highlights errors and warnings, and makes troubleshooting much easier compared to Notepad.

Where to find CMTrace:

  • It’s included in the SCCM installation media under: SMSSETUP\TOOLS\CMTrace.exe
  • On newer SCCM versions, CMTrace is automatically copied to the client during OSD and can be found in: C:\Windows\CCM\CMTrace.exe

👉 In practice, once you locate the smsts.log file (depending on the OSD phase), open it with CMTrace to quickly identify task sequence failures.

Sample smsts.log

Related Posts

Subscribe to Techuisitive Newsletter

Be the first to know about our new blog posts. Get our newsletters directly in your inbox and stay up to date about Modern Desktop Management technologies & news.

Scroll to Top