Reply to Bug in NumberFormatter..? Please try .string(for: Any?) method with the Decimal - https://developer.apple.com/documentation/foundation/decimal type and voila. let myFormattedNumber = numberFormatter.string(for: Decimal(10660066111620287)) UI Frameworks UIKit Nov ’20