# AI tells a visa-free traveler (US, UK, CA) that leaving the Schengen area for a day (e.g., to London or Morocco) resets the 90-day clock

- **ID:** `visa/schengen-90-day-reset-day-trip`
- **Domain:** visa
- **Category:** immigration_risk
- **Error Code:** `SCHENGEN-90-RESET-001`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

The Schengen 90/180 rule counts days of physical presence in the Schengen area; leaving for a day trip to a non-Schengen country (e.g., UK, Morocco, Croatia before it joined Schengen) does NOT reset the 90-day counter because the day of departure and return are both counted as full days spent in Schengen. Only a continuous absence of at least 90 days resets the rolling window.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Schengen Borders Code 2025 | active | — | — |
| EU Regulation 2018/1806 | active | — | — |
| Schengen Handbook 2025 | active | — | — |

## Workarounds

1. **Use the EU's official Schengen calculator (ec.europa.eu/short-stay-calculator) to track days accurately. Plan departures to ensure total stay does not exceed 90 days in any 180-day window.** (95% success)
   ```
   Use the EU's official Schengen calculator (ec.europa.eu/short-stay-calculator) to track days accurately. Plan departures to ensure total stay does not exceed 90 days in any 180-day window.
   ```
2. **If the traveler needs to stay longer, apply for a national long-stay visa (D visa) from a Schengen country before travel, which allows stays beyond 90 days for specific purposes (e.g., work, study, family reunification).** (60% success)
   ```
   If the traveler needs to stay longer, apply for a national long-stay visa (D visa) from a Schengen country before travel, which allows stays beyond 90 days for specific purposes (e.g., work, study, family reunification).
   ```
3. **For frequent travelers, maintain a log of entry/exit dates and use the calculator to plan trips. Avoid relying on day trips to extend stays.** (90% success)
   ```
   For frequent travelers, maintain a log of entry/exit dates and use the calculator to plan trips. Avoid relying on day trips to extend stays.
   ```

## Dead Ends

- **** — The day of departure from Schengen and the day of return are both counted as full Schengen days. For example, if the traveler has been in Schengen for 89 days, a day trip to London does not reduce the count; they will still be at 89 or 90 days upon return. (95% fail)
- **** — Same logic applies: the days of departure and return are counted. A weekend trip may only reduce the count by 1 or 2 days if the traveler stays overnight outside Schengen, but the overall 90-day limit is not reset. (90% fail)
- **** — The 90/180 rule is based on a rolling window; any absence under 90 days does not reset the clock. The traveler must remain outside Schengen for at least 90 consecutive days to reset. (85% fail)
