<!--
{
  "availability" : [
    "iOS: 12.5.0 - 27.0.0",
    "iPadOS: 12.5.0 - 27.0.0",
    "macCatalyst: 12.5.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ExposureNotification",
  "identifier" : "/documentation/ExposureNotification/ENExposureConfiguration/minimumRiskScore",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Exposure Notification"
    ],
    "preciseIdentifier" : "c:objc(cs)ENExposureConfiguration(py)minimumRiskScore"
  },
  "title" : "minimumRiskScore"
}
-->

# minimumRiskScore

The value that is the user’s minimum risk score.

```
var minimumRiskScore: ENRiskScore { get set }
```

## Discussion

> Important:
> This property is available in iOS 12.5, and in iOS 13.5 and later.

The framework excludes exposure incidents with scores lower than the value of this property. There is no default minimum value for this property.

The framework doesn’t use this property when calculating [`matchedKeyCount`](/documentation/ExposureNotification/ENExposureDetectionSummary/matchedKeyCount) or [`daysSinceLastExposure`](/documentation/ExposureNotification/ENExposureDetectionSummary/daysSinceLastExposure).

---

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)