Online - Data Retrieval Failures Occurred Windows Server 2022 Now

Get-PhysicalDisk | Select FriendlyName, MediaType, LogicalSectorSize

Alternatively, use PowerShell to remove the faulty channel registry key: Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic" . the server to allow the log to recreate. 2. Increase WinRM Timeout

The IT team documented the issue and resolution, ensuring that similar problems could be quickly identified and addressed in the future. Increase WinRM Timeout The IT team documented the

Ensure the following core services are running. You can use services.msc to check their statuses.

The system marks the disk as Online (meaning it can be addressed by the storage stack) but flags data retrieval failures because one or more critical read operations—such as fetching disk layout, partition table, or storage pool metadata—have timed out or returned corrupted data. The system marks the disk as Online (meaning

The "Online - Data Retrieval Failures" warning in Windows Server 2022 is not a death sentence for your disk, but it does demand immediate attention. Start with non-invasive rescans and Event Log analysis, then escalate to metadata repair or firmware updates. Always ensure recent backups before attempting advanced repairs, especially when working with Storage Spaces or clustered configurations.

Set-WSManInstance -ResourceURI winrm/config -ValueSet @MaxEnvelopeSizekb = "8192" Use code with caution. Restart the WinRM service: powershell Restart-Service WinRM Use code with caution. Refresh the Server Manager Dashboard. Method 2: Disable Corrupted Kernel-IoTrace-Diagnostic Log specifically in the “Manageability” column

The is a critical database that stores information about the system's hardware, software, and configuration. If this repository becomes corrupted, any tool relying on WMI for data collection—including Server Manager—will experience failures. WMI errors are often flagged in the Event Viewer with Event ID 5858 .

Here is a structured guide to diagnosing and permanently resolving the issue. Because the error is generic, you may need to combine multiple approaches.

Look for OperationalStatus values like Warning , Predictive Failure , or Lost Communication .

For IT system administrators, encountering unexpected errors on server infrastructure is a daily reality. One particularly common and frustrating issue that can arise in Windows Server 2022—as well as in previous versions like Windows Server 2019 and 2016—is the cryptic “Online – Data retrieval failures occurred” warning. This message typically appears within the interface, specifically in the “Manageability” column, and can cause significant concern as it suggests a breakdown in the server’s ability to report its own status.