All templates
Respond & Communicate·Doc

Incident report template

An IT incident report template that records the facts, impact, timeline and response actions in a single source of truth.

Gravatar for eduardo@messuti.ioEduardo Messuti, Founder and CTO Last reviewed September 4, 2026

When a production incident occurs, information quickly becomes scattered across monitoring tools, chat channels, support tickets, dashboards, and individual conversations.

An IT incident report template brings those details together. It creates a reliable internal record of what happened, who and what was affected, how the team responded, and which actions still need to be completed.

Unlike a public outage notification, an incident report is primarily an internal document. Unlike an incident postmortem, it does not need to provide a complete analysis of why the incident happened. Its immediate purpose is to preserve the facts and create a clear operational record.

Use the incident report template below to document service outages, degraded performance, infrastructure failures, failed deployments, security events, and other incidents affecting the availability or reliability of your systems.

The template

Fill in the fields, then copy or download the full template.

Incident report

Incident details

Incident title
Incident ID
Date
Severity
Status
Incident owner
Incident commander
Teams involved

Important times

Incident started
Incident detected
Incident acknowledged
Mitigation started
Service restored
Incident resolved

Incident summary

Provide a short factual description: what happened, which services were affected, and what users experienced.

Impact

Affected services
Affected customers, accounts or regions
Customer impact
Business impact
Duration
SLA or SLO impact

Detection

How was the incident detected?

Detected via
Were existing alerts effective?

Response and mitigation

What actions were taken to investigate, contain and ultimately restore the service?

Incident timeline

Use one consistent timezone.

TimeEvent

Communications

Internal incident channel
Status page incident
Customer notifications
Support guidance
Stakeholders notified

Cause

Current status

Describe the suspected or confirmed cause. Avoid presenting an unverified theory as a confirmed root cause.

Contributing factors

List conditions that increased the likelihood, duration or impact of the incident.

Follow-up

Postmortem required
Root cause analysis required
Security review required
Customer follow-up required

Action items

ActionOwnerPriorityDue dateStatus

Related resources

Monitoring dashboards
Logs
Traces
Deployments
Pull requests
Support tickets
Incident communications
Postmortem
Related incidents

What is an incident report?

An incident report is a structured internal record of an event that disrupted — or could have disrupted — the normal operation, security, or availability of a service. An IT incident report template gives that record a fixed structure, so nothing is missed while the incident is still live.

For an IT or SaaS team, that might include:

  • A complete or partial service outage
  • Elevated error rates or severe performance degradation
  • A failed production deployment
  • Database or infrastructure failure
  • A third-party provider outage or security incident
  • Any event that put availability at risk, even without a full outage

The report captures the known facts, operational response, impact, timeline, communications, and follow-up work tied to that incident.

The term can also refer to workplace accidents or physical safety incidents — this template is for technology and service-management incidents, not physical ones.

When should you create an incident report?

Not every warning, bug, or brief interruption needs a formal report — define your own threshold based on customer impact, risk, and internal policy. A report is usually warranted when an incident:

  • Causes a significant customer-facing outage
  • Breaches or threatens an SLA or SLO
  • Requires coordination across multiple teams, or customer/public communication
  • Involves a potential security or privacy issue
  • Causes material financial or operational impact
  • Repeats a previous failure or requires substantial corrective work

Lower-severity incidents can use a shorter version of the same template — just a summary, impact, timeline, and follow-up actions. What matters is that the threshold is defined in advance, not debated mid-incident.

What should an incident report include?

Incident identification

Give the incident a clear, descriptive title that names the service and the customer-visible symptom — "Elevated API error rates caused by database connection exhaustion," not "API issue." An incident ID makes it easy to cross-reference the ticket, status page, and postmortem later.

Severity

Severity communicates urgency and impact. A simple model:

SeverityExample definition
SEV-1Critical service unavailable or severe impact affecting most customers
SEV-2Significant degradation or partial outage affecting many customers
SEV-3Limited impact with a workaround available
SEV-4Minor operational issue with little or no customer impact

The exact thresholds matter more than the labels — tie each level to clear impact criteria and response expectations.

Important times

Record when the incident started, was detected, was mitigated, and was resolved. These timestamps let you measure time-to-detect, time-to-acknowledge, and time-to-resolve, and separate the customer-facing impact window from the internal response process.

Incident summary

A few factual sentences: what happened, what was affected, what caused it, and how service was restored. For example:

Between 14:03 and 14:31 UTC, customers experienced elevated error rates on the public API. The incident was caused by database connections reaching their configured limit. The team restored service by terminating the affected queries and increasing connection capacity.

Save the deeper technical explanation for the cause section.

Customer and business impact

Describe consequences, not just symptoms — "customers couldn't complete checkout," not "CPU usage hit 100%." Cover which services and customers were affected, how long it lasted, whether data was lost or delayed, and whether an SLA or SLO was breached. Quantify where you can, and say "unknown" rather than guess.

Detection

How did the team find out — an alert, a customer report, a support ticket? If customers noticed before monitoring did, that's a detection gap worth flagging here.

Response and mitigation

Summarize the actions that changed the course of the incident — rollbacks, failovers, capacity changes, workarounds — and the reasoning behind the key decisions, especially where responders had to choose between options carrying different risks.

Incident timeline

A chronological, factual account of what happened, in one clearly stated timezone. Don't rewrite it later to look more orderly than it was, and don't copy in an entire chat log — summarize what materially affected the investigation, response, or communication.

Communications

Link to what was said and where — internal updates, status page, customer emails, support guidance — rather than duplicating it. Internal reports can include details (infrastructure, employee names, provisional theories) that shouldn't appear in a public update.

Cause and contributing factors

Clearly separate symptoms, suspected causes, confirmed causes, and contributing factors — don't force a single "root cause" before the investigation is done. A failed deployment might be the trigger, while weak testing and missing alerts are what let it become an outage.

Follow-up actions

Every action needs an owner and, for high-priority items, a due date. "Improve monitoring" is an intention; "add an alert for connection-pool utilization above 80%, owned by Platform Engineering, due September 15" is an action.

Incident report vs. postmortem vs. root cause analysis

An incident report isn't the only record an incident produces — usually it's just the first.

DocumentAnswersWhen it's written
Incident reportWhat happened, what broke, what did we do?During or right after the incident
PostmortemWhy did this happen, what did we learn, what will we change?Once the investigation has progressed
Root cause analysisWhat specifically caused it, and what let it happen?Feeds into the postmortem

A postmortem builds on the incident report rather than reconstructing the event from scratch, and an RCA is usually one input to the postmortem rather than a replacement for it. A public status-page update is a fourth, separate thing entirely — written for customers, not the internal team, and never the unedited internal report.

See our root cause analysis template for the next step; the postmortem template is coming soon.

Incident-reporting best practices

  • Record facts as they happen, in one consistent timezone. Reconstructing a timeline days later, or mixing timezones, produces an unreliable record.
  • Separate facts from assumptions. Mark suspected causes as suspected until evidence confirms them.
  • Describe impact in customer terms, not just technical symptoms. "Customers couldn't check out," not "CPU hit 100%."
  • Preserve the reasoning behind key decisions. Why a rollback, failover, or workaround was chosen, not just that it was.
  • Avoid blame. Focus on what let the incident happen or made it worse, not who made the change.
  • Give every follow-up action an owner, and a target date for high-priority ones.
  • Link out to evidence instead of copying it in — dashboards, logs, comms, deployments, tickets.
  • Review before closing. Confirm impact, timeline, and actions are accurate; get sign-off for significant incidents.
  • Treat a consistently completed report as your audit trail. It's useful evidence for SOC 2 reviews, ISO 27001 audits, and customer security questionnaires, without needing a dedicated compliance process.

Build incident reporting into the response process

The best time to decide how incidents will be documented is before one occurs. Define what counts as an incident, which severities require a report, who owns it, where it's stored, and when a postmortem is required — so responders aren't debating documentation mid-incident.

A well-designed incident report shouldn't add administrative overhead during an outage. Used consistently, it becomes more than a record of one failure — it helps teams coordinate, communicate, and improve reliability over time.

Sources

The structure of this template follows what teams with public engineering handbooks require in their incident records. They differ mostly in who keeps the record and which incidents get a written review afterwards.

HandbookHow their incident record differs
GitLab: Incident ManagementThe incident issue is the record: severity, summary, timeline and linked corrective actions, with a dedicated channel per incident. Every S1 and S2 is reviewed within five working days, and S1 gets a public root cause analysis within seven.
PostHog: Handling an incidentThe incident lead keeps timestamped notes in the incident channel of what was tried and found, alongside status page updates. A post-mortem follows every incident except false positives.
Sourcegraph: IncidentsThe postmortem is published to a shared drive and follow-ups are attached to the incident as issues. False positives are documented too, as learning opportunities.
Login.gov: Incident Response GuideA dedicated Scribe keeps the timestamped timeline during the incident, and the incident review is written from it.
Fleet: Engineering handbookThe incident issue opened from a template is both the declaration and the record. A postmortem documents root cause, control failures and action items for every outage and critical bug.