# AI告诉英国房东，如果租客拖欠租金超过2个月，他们可以通过换锁来驱逐租客

- **ID:** `legal/uk-illegal-eviction-civil-remedy`
- **领域:** legal
- **类别:** criminal_liability
- **错误码:** `UK-Housing-1977`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

在英格兰和威尔士，非法驱逐是1977年《驱逐保护法》和1988年《住房法》下的刑事犯罪；只有法院签发的占有令才允许驱逐；换锁等自助补救措施是非法的，可能导致无限额罚款和监禁。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Protection from Eviction Act 1977 | active | — | — |
| Housing Act 1988 | active | — | — |
| Pre-action Protocol for Possession Claims 2023 | active | — | — |

## 解决方案

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.
   ```
2. ```
   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.
   ```

## 无效尝试

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