---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Device heath check calculation

# Device heath check calculation {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read  
Device health calculation and categorization of performance as Good, Average, or Poor.

## Calculating device health and performance {#Device-health-check-calculation__section_klh_hzq_dfc}

Performance for each device health category is classified as Good, Average, or Poor by calculating the weighted average of performance indicators from its associated subcategories.  
Performance for each subcategory of a device health category is classified as Good, Average, or Poor by calculating the weighted average of performance indicators from associated device metrics.{#Device-health-check-calculation__table_rbk_jlr_dfc__entry__4}

| Performance Indicators | Weight | Upper bound | Lower bound |
|-|-|-|-|
| Good | 1 | 1.67 | 1 |
| Average | 2 | 2.33 | 1.67 |
| Poor | 5 | 5 | 2.33 |
[Table 1. Performance indicators]

{#Device-health-check-calculation__table_rbk_jlr_dfc}

Formula used to calculate the subcategory performance indicators
:   `Sub-category performance indicator= (weight of evaluation metrics performance indicator)/total number of evaluation metrics for the subcategory)`  
    where,

    * Evaluation metric performance indicator: Performance indicator (Good, Average, Poor) of the evaluation metrics' value as defined in the metric definition table. For more information, see [Customize metric definitions](https://servicenow-prod.fluidtopics.net/hhY48MsMSmBVsoPaFU8i5w "Customize the base system metric definitions based on your business requirements.").
    * Weight: Weight of the performance indicator. After all the subcategories are marked as Good, Average, and Poor. The performance of the category is calculated by the weighted average of subcategories performance indicator.
    {#Device-health-check-calculation__ul_umt_lxj_zdc}

Score range definition

:   The following defines the performance range and its corresponding classification:

    * Good if the performance indicator average value lies in the range of (1, 1.67)
    * Average performance indicator average value lies in the range of (1.67, 2.33)
    * Poor performance indicator average value lies in the range of (2.33, 5)
    {#Device-health-check-calculation__ul_ztr_byj_zdc}

Formula used to calculate the parent category performance indicator:
:   `Category performance indicator= (sum of sub-category performance indicator weights)/total number of sub-categories)`

Example
:
    Consider the following example for the calculating the performance indicator for Device performance category that has the following subcategories:{#Device-health-check-calculation__table_el1_yjr_dfc__entry__5}

    | Subcategory | Metric | Metric value | Subcategory performance metric calculation | Subcategory Performance indicator |
    |-|-|-|-|-|
    | Disk Space | Disk Usage | 90 | Subcategory performance indicator = 5 (Weight of Poor indicator) / 1 (total no. of evaluation metrics for the subcategory) | Poor |
    | Battery Health | Battery health | Good | Subcategory performance indicator = 1 (Weight of Good indicator) / 1 (total no. of evaluation metrics for the subcategory) | Good |
    | Computer Restart | Device uptime | 1 | Subcategory performance indicator = 1 (Weight of Good indicator) / 1 (total no. of evaluation metrics for the subcategory) | Good |
    [Table 2. Sample Device health check calculation]

    {#Device-health-check-calculation__table_el1_yjr_dfc}

    Performance indicator for Device performance category.

    * Subcategory performance indicators = Poor, Average, Good
    * Sum of weight of subcategory performance indicators: (5 + 1 + 1) = 7 Performance indicator = 7 / 3 (no. Of subcategories) = 2.33
    * The device performance category is Poor (as 2.33 falls under the Poor range)
    {#Device-health-check-calculation__ul_yds_wzj_zdc}

