# AI tells a UK landlord that they can evict a tenant by changing the locks if the tenant is more than 2 months behind on rent

- **ID:** `legal/uk-illegal-eviction-civil-remedy`
- **Domain:** legal
- **Category:** criminal_liability
- **Error Code:** `UK-Housing-1977`
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

In England and Wales, illegal eviction is a criminal offense under the Protection from Eviction Act 1977 and the Housing Act 1988; only a court-ordered possession order allows eviction; self-help remedies like changing locks are illegal and can lead to unlimited fines and imprisonment.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Protection from Eviction Act 1977 | active | — | — |
| Housing Act 1988 | active | — | — |
| Pre-action Protocol for Possession Claims 2023 | active | — | — |

## Workarounds

1. **Serve a valid Section 8 notice (for rent arrears) or Section 21 notice (for no-fault eviction) and then apply to the court for a possession order. Use Form N5B for accelerated possession.** (85% success)
   ```
   Serve a valid Section 8 notice (for rent arrears) or Section 21 notice (for no-fault eviction) and then apply to the court for a possession order. Use Form N5B for accelerated possession.
   ```
2. **If the tenant refuses to leave after a court order, instruct bailiffs (County Court or High Court enforcement officers) to execute the eviction.** (90% success)
   ```
   If the tenant refuses to leave after a court order, instruct bailiffs (County Court or High Court enforcement officers) to execute the eviction.
   ```
3. **For rent arrears under 2 months, consider a payment plan or mediation before legal action to avoid costs.** (75% success)
   ```
   For rent arrears under 2 months, consider a payment plan or mediation before legal action to avoid costs.
   ```

## Dead Ends

- **** — Assuming that if the tenant is in breach, the landlord can take immediate action; only a court order suffices. (85% fail)
- **** — Thinking that a written notice to quit is enough; it must be followed by a court possession order and bailiff enforcement. (70% fail)
- **** — Believing that the deposit protection scheme gives the landlord the right to evict; it only covers deposit disputes. (50% fail)
