How to fix diagnostic data showing pending

Meagher, Wally 0 Reputation points
2025-05-14T19:01:10.2766667+00:00

Device diagnostic show "Pending Diagnostics Upload". How do you resolve this? The device is connected on our network. I am able to sync to it.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,658 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 10,255 Reputation points
    2025-05-20T09:07:38.0333333+00:00

    Hi Meagher, Wally,

    Wally, I re-readed all messages, so let’s figure this out step by step.

    First, since some tablets are working, it’s likely not a network-wide issue but something specific to those problematic devices. A good place to start is checking if they’re properly enrolled in Azure Monitor and have the correct policies applied. You can verify this in the Microsoft Endpoint Manager admin center.

    If the tablets are supposed to be identical, one possibility is that the stuck ones might have outdated or corrupted agent configurations. Try reinstalling the Azure Monitor agent on one of the affected devices—sometimes that clears up weird pending states. The steps are in the Microsoft docs on agent installation.

    Another thing to check is whether those tablets have enough storage or if their diagnostic services are crashing. Surface devices sometimes throttle background tasks when battery saver is on, so make sure power settings aren’t interfering.

    If you’re still stuck, try pulling logs directly from one of the problematic tablets using:

    Get-WinEvent -LogName "Microsoft-Windows-Diagnostics-Performance/Operational"  
    
    

    This might show errors that explain the hang-up.

    Let me know if any of this helps.

    Best regards,
    Alex
    P.S. If my answer help to you, please Accept my answer
    PPS That is my Answer and not a Comment
    https://ctrlaltdel.blog/
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.