Numbers

How long does a number port take with timelines explained

Standard number ports take 3 to 7 business days. Telnyx FastPort completes eligible ports in 1 to 4 days. See full timelines by port type and country, plus what causes delays.

By Telnyx Team

Takeaways

  • Standard number ports take 3 to 7 business days. Telnyx FastPort completes eligible ports in 1 to 4 business days.
  • Complex ports involving multiple numbers or carriers take 1 to 2 weeks. International ports can take up to 6 weeks depending on the country.
  • Most delays come from documentation errors, account mismatches, or unpaid balances on the losing carrier side, not the porting process itself.
  • Your number stays active during the entire porting process. There is no downtime.
  • You can track porting status in real time through the Mission Control Portal or the Telnyx Porting Orders API.

How long does it take to port a number?

A standard number port takes 3 to 7 business days. Telnyx FastPort completes eligible ports in 1 to 4 business days. Complex ports with multiple numbers or carriers take 1 to 2 weeks. International ports vary by country and can take up to 6 weeks. Your number stays active until the transfer completes.

The exact timeline depends on three variables: the type of number you are porting, how quickly your current carrier responds, and whether your documentation matches their records. The table below breaks down each port type.

Port typeTimelineNotes
FastPort1 to 4 business daysEligible US numbers with clean account records
Standard3 to 7 business daysMost single-number US ports
Complex1 to 2 weeksMultiple numbers, carriers, or locations
InternationalUp to 6 weeksVaries by country regulation

The number porting process

Submit port request

Carrier validation

LOA verification

FOC date set

Number activation

Service live

Wireless and VoIP numbers move fastest because carriers process them through automated systems. Toll-free numbers follow a separate RespOrg transfer process, which adds a few days. If you plan to run toll-free SMS on a ported toll-free number, factor in messaging re-verification after the port completes.

Landline and virtual phone numbers sit in the middle. Their timelines depend on how quickly the losing carrier releases the number. For a step-by-step walkthrough of the submission process, see our guide on how to port a number.

Why porting takes time and what slows it down

Porting is a two-party process. Telnyx submits the request, but the losing carrier controls part of the timeline. Losing carriers have no financial incentive to release a number quickly, and many still process port-out requests through manual review queues. Regulatory rules set minimum response windows, and carriers often use every day of them.

The largest delays are within your control. Documentation errors are the most common cause of porting rejections, and every rejection restarts the clock on that request.

Warning: Common rejection reasons include mismatched account information, a missing signature on the Letter of Authorization, and an invalid account PIN. Pull a customer service record from your current carrier before submitting to confirm every field matches.

Common rejection triggers and how to fix them:

  • Account name or address mismatch. Copy the details exactly as they appear on your current carrier's records, not your billing memory.
  • Unpaid balance. Settle any outstanding amount before submitting. Carriers can hold a number until the account is current.
  • Missing or unsigned LOA. The Letter of Authorization must be signed by the account holder listed on the account.
  • Wrong PIN or passcode. Confirm the port-out PIN with your current carrier. Some carriers generate one on request.
  • Complex features on the line. Call forwarding, hunt groups, and voicemail bundles can block a port until they are removed from the account.

Fix the flagged issue, resubmit, and the port resumes. Telnyx surfaces the specific rejection reason in the Mission Control Portal so you know exactly what to correct.

Port your numbers in days, not weeksTelnyx FastPort completes eligible ports in 1 to 4 business days. Submit your porting order and track it in real time.

Start porting

Porting timelines by country

International ports follow each country's telecom regulations, and timelines vary widely. The figures below are estimates based on typical carrier processing times, not guaranteed SLAs. Source: Telnyx porting operations data.

CountryTypical timelineNotes
United States1 to 7 business daysFastPort eligible numbers complete in 1 to 4 business days
United Kingdom4 business days to 6 weeksDepends on losing carrier and number type
FranceMinimum 8 business daysRegulated minimum processing window
Germany10 to 14 business daysGeo numbers 10 days minimum, non-geo 14 days minimum
IrelandMinimum 2 business days
Belgium4 business days to 3 monthsSimple ports 4 days, complex ports up to 3 months
SwedenMinimum 14 business days
DenmarkMinimum 14 business days

If you need coverage in a market before a port completes, you can buy phone numbers in 140+ countries with instant activation and run them alongside your porting order. That keeps your business reachable while the transfer works through local regulation.

How to check your porting status

Every Telnyx porting order is trackable in the Mission Control Portal. Open the Porting section to see the current stage of each order, the FOC date once it is set, and any rejection details that need action. You do not have to email a support queue to find out where your port stands.

Developers can pull the same data programmatically through the Porting Orders API. The snippet below retrieves the status of a porting order in Python.

import requests

TELNYX_API_KEY = "YOUR_API_KEY"
PORTING_ORDER_ID = "your-porting-order-id"

response = requests.get(
    f"https://api.telnyx.com/v2/porting_orders/{PORTING_ORDER_ID}",
    headers={"Authorization": f"Bearer {TELNYX_API_KEY}"},
)
response.raise_for_status()

order = response.json()["data"]

print(f"Status: {order['status']['value']}")
print(f"Customer reference: {order.get('customer_reference')}")

for detail in order["status"].get("details", []):
    print(f"Issue: {detail['description']}")

You can also subscribe to porting webhooks to get notified the moment an order changes state, then forward alerts by text through the SMS API, which supports 10DLC, toll-free, and shortcode traffic. For a complete working project combining status webhooks with SMS alerts, see the Telnyx number porting status tracker example.

Port your numbers to Telnyx

Start by checking FastPort eligibility in the Mission Control Portal. Eligible numbers complete in 1 to 4 business days, and your service stays live for the entire transfer. Because Telnyx holds direct carrier licenses and owns its network, there are no intermediary resellers adding days on the receiving side of your port.

Once your numbers arrive, route calls over elastic SIP trunking with a 99.999% uptime SLA, or build programmable calling with the Voice API and its event-driven Call Control model. New to trunking? Read what is SIP trunking for a primer.

Frequently asked questions

Can I use my phone while it's being ported?
Yes. Your number stays active on your current carrier until the port completes. There is no downtime during the waiting period. Service switches to the new carrier at the moment of transfer. Keep your existing account open until the port finishes. Canceling early can cancel the port and cause you to lose the number.
How long should porting a number take?
Standard ports take 3 to 7 business days. FastPort-eligible numbers on Telnyx complete in 1 to 4 business days. Complex requests with multiple numbers, carriers, or locations take 1 to 2 weeks. International ports vary by country and can take up to 6 weeks. Submitting accurate account information is the fastest way to keep your port on schedule.
Can a number be denied portability?
Yes. Carriers can reject a port if the account information does not match their records, the account has an outstanding balance, or the number is locked. Numbers tied to expired accounts or certain service types may also be denied. Most rejections are fixable. Correct the mismatched details and resubmit. Telnyx flags rejection reasons so you can resolve them quickly.
Can porting be done in one day?
Sometimes. Telnyx FastPort can complete eligible ports in as little as one business day. Eligibility depends on the losing carrier and number type. Simple wireless and VoIP numbers with clean account records port fastest. Standard ports cannot be compressed to one day because the losing carrier controls part of the timeline. Check FastPort eligibility in the Telnyx portal before submitting.
What information do I need to port a number?
You need a Letter of Authorization, a recent bill or customer service record from your current carrier, the account number, the account holder name and address, and any PIN or passcode on the account. Details must match the losing carrier records exactly. Even small mismatches like an old address trigger rejections and add days to your timeline.

Connect ported numbers to elastic SIP trunkingOnce your numbers are ported, route calls over Telnyx elastic SIP trunking with global coverage and usage-based pricing.

Explore SIP trunking
Share on Social