---
title: bitWidth
framework: swift
role: symbol
role_heading: Type Property
path: swift/uint64/bitwidth
---

# bitWidth

The number of bits used for the underlying binary representation of values of this type.

## Declaration

```swift
static var bitWidth: Int { get }
```

## Discussion

Discussion The bit width of a UInt64 instance is 64.
