<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchConnectivity",
  "identifier" : "/documentation/WatchConnectivity/WCSession/isPaired",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Watch Connectivity"
    ],
    "preciseIdentifier" : "c:objc(cs)WCSession(py)paired"
  },
  "title" : "isPaired"
}
-->

# isPaired

A Boolean indicating whether the current iPhone has a paired Apple Watch.

```
var isPaired: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> when the iPhone is paired to an Apple Watch or <doc://com.apple.documentation/documentation/Swift/false> when it is not.

The value in this property is valid only for a configured session that has been activated successfully. If the [`activationState`](/documentation/WatchConnectivity/WCSession/activationState) property is available, its value must be [`WCSessionActivationState.activated`](/documentation/WatchConnectivity/WCSessionActivationState/activated). When the session becomes inactive or deactivated, you should ignore the value in this property.

---

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)