A personal data breach triggers one of the tightest deadlines in privacy law: GDPR Article 33 requires a controller to notify the competent supervisory authority (such as the ICO in the UK) within 72 hours of becoming aware of the breach. This tool starts that clock from the exact discovery timestamp you enter, counts down in real time, survives a page refresh, and gives you the four mandatory pieces of information the regulator expects. It is built for data protection officers and incident-response teams who need to move fast without losing track of the deadline.
How it works
The countdown is pure arithmetic against a fixed deadline:
- You enter the discovery time
T0— the moment you became aware of the breach. - The deadline is computed as
T0 + 72 hours(72 x 3600 x 1000 milliseconds). - Every second the tool recomputes
remaining = deadline - nowand renders it asHH:MM:SS, broken into days, hours, minutes and seconds. - When
remainingdrops below zero the timer flips to an overdue state and shows how far past the deadline you are, because a late notification still has to be made (with reasons for the delay).
The discovery timestamp is written to localStorage, so if you refresh or reopen the tab the same countdown resumes from where it really is in wall-clock time, not from a fresh 72 hours.
The mandatory notification content
Article 33(3) lists what your notification must contain. The checklist mirrors it:
- The nature of the breach, including categories and approximate number of data subjects and records affected.
- The name and contact details of the DPO or other contact point.
- The likely consequences of the breach.
- The measures taken or proposed to address it and mitigate adverse effects.
Tips and notes
Start the timer the instant you have reasonable certainty a breach occurred — do not wait for the full forensic picture, as the clock runs against awareness, not certainty of scope. If you genuinely cannot provide all information at once, Article 33(4) allows information to be provided in phases without undue further delay. Use the export button to keep a timestamped record of when you became aware, which is itself evidence of compliance. This tool does not submit anything to a regulator; it is a deadline aid only.