# AI tells a traveler on the US Visa Waiver Program (ESTA) that they can extend their 90-day stay by simply applying for a B-2 visa extension or by filing Form I-539

- **ID:** `visa/us-esta-extension-misconception`
- **Domain:** visa
- **Category:** immigration_risk
- **Error Code:** `ESTA_EXTENSION_ERR`
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

Travelers admitted under the US Visa Waiver Program (VWP) via ESTA are strictly limited to a 90-day maximum stay and cannot extend or change status under any circumstances, including filing Form I-539 (Application to Extend/Change Nonimmigrant Status). Overstaying even one day results in a 5-year ban from the VWP and potential inadmissibility.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| us_immigration_regs | active | — | — |
| esta_policy | active | — | — |

## Workarounds

1. **If the traveler needs a longer stay, they must apply for a B-2 visitor visa at a US embassy/consulate in their home country BEFORE traveling to the US. B-2 visas allow up to 6 months per stay and can be extended via I-539.** (80% success)
   ```
   If the traveler needs a longer stay, they must apply for a B-2 visitor visa at a US embassy/consulate in their home country BEFORE traveling to the US. B-2 visas allow up to 6 months per stay and can be extended via I-539.
   ```
2. **If the traveler is already in the US and has a compelling reason to stay longer (e.g., medical emergency), they can request a 'satisfactory departure' from CBP at the port of exit, but this does not extend their stay—it only avoids a ban for overstay. No guarantee.** (30% success)
   ```
   If the traveler is already in the US and has a compelling reason to stay longer (e.g., medical emergency), they can request a 'satisfactory departure' from CBP at the port of exit, but this does not extend their stay—it only avoids a ban for overstay. No guarantee.
   ```
3. **For business travelers, consider using the B-1 visa instead of ESTA if the trip may exceed 90 days or involve activities not allowed under VWP (e.g., installing equipment, training). Apply in advance.** (85% success)
   ```
   For business travelers, consider using the B-1 visa instead of ESTA if the trip may exceed 90 days or involve activities not allowed under VWP (e.g., installing equipment, training). Apply in advance.
   ```

## Dead Ends

- **** — VWP entrants are ineligible for extension or change of status; USCIS will deny the I-539 and the traveler will accrue unlawful presence (95% fail)
- **** — CBP may deny re-entry if they suspect the traveler is trying to circumvent the 90-day limit; also, ESTA requires a 'meaningful departure' to a distant country (90% fail)
- **** — VWP entrants cannot adjust status to any nonimmigrant visa category while in the US; they must apply at a consulate abroad (85% fail)
