Windows App Usage MonitoringSolved

Participant
Discussion
4 days ago Apr 21, 2026

Hi, I’m trying to understand how to monitor app usage on Windows devices using Hexnode. Specifically, I’m looking to see how long a particular application is being used or whether it’s actively running on devices. Is there a way to get this kind of data?

Replies (3)

Marked SolutionPending Review
Participant
4 days ago Apr 21, 2026
Marked SolutionPending Review

You can check the Application Reports section in Hexnode. It gives you visibility into all installed applications across devices, along with views like popular apps and blocklisted apps. While it doesn’t show exact usage time, it can still help you understand which apps are present and commonly used across your fleet.

Marked SolutionPending Review
Hexnode Expert
4 days ago Apr 21, 2026
Marked SolutionPending Review

Hi @abel-j,

Currently, there isn’t a built-in option in Hexnode to track real-time app usage on Windows devices.

As an alternative, you can use the Execute Custom Script action to fetch basic usage details. The script below checks whether a specific application is running and provides details like memory usage and how long the process has been active:

Try this out, and let us know if you have any more queries.

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
3 days ago Apr 22, 2026
Marked SolutionPending Review

Thanks, this helps. I’ll try this approach.

Save