<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.3 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProcessInfo/ThermalState-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSProcessInfoThermalState"
  },
  "title" : "ProcessInfo.ThermalState"
}
-->

# ProcessInfo.ThermalState

Values used to indicate the system’s thermal state.

```
enum ThermalState
```

## Overview

These values are used by the [`ProcessInfo`](/documentation/Foundation/ProcessInfo) class as return values for [`thermalState`](/documentation/Foundation/ProcessInfo/thermalState-swift.property).

For information about testing your app under different thermal states, see [Test under adverse device conditions](https://help.apple.com/xcode/mac/current/#/dev308429d42).

## Topics

### Enumeration Cases

### Constants

[`ProcessInfo.ThermalState.nominal`](/documentation/Foundation/ProcessInfo/ThermalState-swift.enum/nominal)

The thermal state is within normal limits.

[`ProcessInfo.ThermalState.fair`](/documentation/Foundation/ProcessInfo/ThermalState-swift.enum/fair)

The thermal state is slightly elevated.

[`ProcessInfo.ThermalState.serious`](/documentation/Foundation/ProcessInfo/ThermalState-swift.enum/serious)

The thermal state is high.

[`ProcessInfo.ThermalState.critical`](/documentation/Foundation/ProcessInfo/ThermalState-swift.enum/critical)

The thermal state is significantly impacting the performance of the system and the device needs to cool down.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)