<!--
{
  "availability" : [
    "iOS: 7.0.0 - 12.0.0",
    "iPadOS: 7.0.0 - 12.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTTelephonyNetworkInfo/currentRadioAccessTechnology",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:objc(cs)CTTelephonyNetworkInfo(py)currentRadioAccessTechnology"
  },
  "title" : "currentRadioAccessTechnology"
}
-->

# currentRadioAccessTechnology

The current radio access technology registered with the device.

```
var currentRadioAccessTechnology: String? { get }
```

## Discussion

If the device isn’t registered on any network, this property is `nil`.

---

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)