home / opsnap

📱 Mobile phone enforcement

What happens when someone reports a driver using their phone. With a 65.5% fine rate, mobile phone use is the most aggressively penalised common offence. 27% result in no action.

Custom SQL query returning 8 rows (hide)

select disposal as Outcome, count(*) as Reports, round(100.0 * count(*) / (select count(*) from reports where offence like '%Mobile Phone%'), 1) as [% of phone reports] from reports where offence like '%Mobile Phone%' group by disposal order by Reports desc

Edit SQL

This data as json, CSV

OutcomeReports% of phone reports
Fixed Penalty 1445 65.5
NFA 606 27.5
Warning Letter 83 3.8
Court 56 2.5
Education 8 0.4
Other Action Taken 6 0.3
Duplicate Submission 2 0.1
RTC - Actioned 1 0.0