# AI tells a Schengen visa holder they can extend their stay for work purposes by simply applying at the local immigration office

- **ID:** `visa/schengen-visa-extension-work`
- **Domain:** visa
- **Category:** immigration_risk
- **Error Code:** `SCHENGEN-EXT-WORK-ERR`
- **Verification:** ai_generated
- **Fix Rate:** 75%

## Root Cause

Schengen short-stay visas (Type C) are strictly for tourism, business meetings, or family visits; they cannot be extended for work or employment under any circumstances, and any attempt to work on a Schengen visa is illegal and can result in deportation, fines, or a multi-year ban from the Schengen area.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| schengen_visa_code | active | — | — |
| schengen_border_code | active | — | — |

## Workarounds

1. **If the traveler needs to work in a Schengen country, they must apply for the appropriate long-stay visa (Type D) or work permit from their home country before travel; for example, for Germany, apply for a Blue Card or work visa at the German embassy in their home country.** (85% success)
   ```
   If the traveler needs to work in a Schengen country, they must apply for the appropriate long-stay visa (Type D) or work permit from their home country before travel; for example, for Germany, apply for a Blue Card or work visa at the German embassy in their home country.
   ```
2. **For short-term business activities (e.g., attending meetings, conferences), a Schengen business visa (Type C) is sufficient, but it does not permit employment; ensure the traveler does not engage in any paid work.** (90% success)
   ```
   For short-term business activities (e.g., attending meetings, conferences), a Schengen business visa (Type C) is sufficient, but it does not permit employment; ensure the traveler does not engage in any paid work.
   ```
3. **If the traveler is already in Schengen and needs to extend their stay for non-work reasons (e.g., medical emergency, force majeure), they can apply for an extension at the local immigration office, but only if they have a valid reason and the visa is not expired; extension is at the discretion of the member state.** (70% success)
   ```
   If the traveler is already in Schengen and needs to extend their stay for non-work reasons (e.g., medical emergency, force majeure), they can apply for an extension at the local immigration office, but only if they have a valid reason and the visa is not expired; extension is at the discretion of the member state.
   ```

## Dead Ends

- **** — Schengen Type C visas cannot be extended for work; only long-stay visas (Type D) or residence permits allow work; the application will be rejected and may flag the traveler for overstaying. (90% fail)
- **** — Re-entry resets the Schengen 90/180 rule only if the traveler stays outside Schengen for 90 days; a quick exit does not reset the clock, and working remotely is still illegal on a tourist visa. (95% fail)
- **** — National work visas require application from the traveler's home country or country of residence; applying from within Schengen on a tourist visa is not allowed and will be rejected. (88% fail)
