Claimants start the online loss report and phone in anyway
In short
Claimants abandon a digital loss report at identifiable steps: an identity check before any value is delivered, fields they cannot possibly know at that moment, a photo upload on a weak connection, and no way to save and resume. Instrument it — a step-level drop table joined to inbound calls in the next hour — before accepting that people simply prefer the telephone.
Key takeaways
- Channel preference is the conclusion people reach when nobody instrumented the funnel. Measure the step, not the sentiment.
- Join abandonment to inbound calls within 60 minutes. A start followed by a call is a fallback, not an abandonment.
- An identity check before any value is delivered is the most expensive step you can place first.
- 8 phone photos can be 30 MB or more, which is 4 minutes of uploading on a weak connection with nothing on screen to justify it.
- Some losses should route to voice deliberately. That is a design decision to make once, not a failure to fix repeatedly.
You can see digital starts and telephone completions for the same loss, and the conclusion in the room is usually that claimants prefer to talk to a person. That may be true for some losses. It is not what the data says until someone has looked, and the looking is a specific query: a step-level drop table, segmented by device and by whether the reporter is the insured, joined to inbound calls from the same number or policy within the following 60 minutes.
That join is what separates 2 different events wearing the same appearance. A start with no completion and no call is an abandonment — the claimant went away. A start followed by a call 8 minutes later is a fallback — the claimant still wanted to report the loss and your form stopped them. Those need opposite responses, and a funnel report without the call join cannot tell them apart.
Build the drop table before anyone redesigns a screen
- Instrument every step boundary, not every field. Started, identity passed, loss facts complete, parties complete, photos attempted, photos complete, submitted. 7 events give you a readable funnel; 70 field-level events give you a data project.
- Segment by device class. Mobile and desktop behave so differently on upload and on long forms that a blended figure hides the entire finding.
- Segment by reporter type. The insured, a named driver, a broker and a third-party claimant arrive with different information and different rights, and lumping them together produces an average nobody experiences.
- Join to inbound calls within 60 minutes on the policy identifier or the calling number. Anything unmatched is genuine abandonment; anything matched is fallback, and the step it fell back from is your answer.
- Compute time-in-step for the sessions that dropped. A step people leave after 4 seconds is a wall. A step people leave after 4 minutes is a task they could not finish, which is a different fix.
One quarter of data is enough. The pattern is stable, because the causes are structural rather than seasonal — with the exception of a catastrophe week, which should be excluded from the baseline and analysed on its own.
Where a first-notice funnel actually leaks
| Step | Tell | What it means |
|---|---|---|
| Identity or login, before any value | Drops within seconds; heavily skewed to non-insured reporters | You asked for credentials before giving a reason to persist |
| Policy or coverage detail | Long dwell, then drop; calls follow quickly | The claimant does not have the document you are asking them to read |
| Loss facts and cause | Repeated back-navigation before drop | Your categories do not describe what happened to them |
| Photo upload | Drop mid-upload; concentrated on mobile and on weak connections | Bytes and time, with no visible progress or recovery |
| Review and submit | Low drop, but a spike in calls afterwards | The claimant submitted and did not believe anything had happened |
The last row is worth dwelling on because it is invisible in a conventional funnel: the form completed successfully and the claimant rang anyway. That is a confirmation problem, not a form problem. A reference number on screen, an immediate message containing it, and a plain statement of what happens next will remove most of those calls without touching a single field.
Identity before value, and the wall it builds
Putting authentication at the front of a loss report is the most expensive sequencing decision available, and it is usually made for administrative rather than risk reasons. The person reporting a loss is frequently not the person with the login: a spouse, an office manager, a driver, or a third-party claimant who has no relationship with you at all and never will have a portal account. For that last group the identity step is not friction, it is a closed door — which is why third-party notice needs its own path with its own identity and disclosure boundaries, as set out in taking a loss notice from someone who is not your insured.
- Collect the loss facts first, verify after. The facts are perishable and the verification is not; a partially verified notice is worth vastly more than a verified silence.
- Use a tokenised link rather than an account wherever the reporter is not the policyholder. A single-use link to a specific claim gives access to exactly one thing and needs no password reset flow.
- Never require a document to start. Asking for a policy number from someone standing beside a damaged vehicle is asking them to go and find a filing cabinet.
- Let the reporter say who they are. Insured, driver, broker, third party — capture it early, use it to branch, and use it in your segmentation later.
Fields nobody can answer standing on a hard shoulder
Read your own form as somebody who has just had an accident. Deductible amount. Coverage type. Policy effective date. The other driver's insurer. Each is a question the claimant either cannot answer or would have to look up, and each is available to you, from your own records, the moment you know who they are. A form that asks its user for data it already holds is not collecting information; it is transferring work, and the user transfers it back by phoning.
The discipline is to reduce the form to what only the reporter knows: what happened, when, where, who was involved, what condition things are in now, and how to reach them. Everything else is enrichment you perform afterwards. Deciding exactly which fields make a notice workable — rather than which fields would be nice to have — is the substance of what a loss notice must carry to become a file.
A claimant who starts online and finishes on the phone has told you precisely which step is broken. They have done the analysis for you; the only failure would be recording it as a channel preference.
No save and resume means every interruption is a phone call
First notice is reported from places where sessions do not survive: a roadside, a car park, a kitchen with 2 bars of signal and a child in the background. Without save and resume, an interruption destroys the work and the claimant will not start again — they will ring, because ringing has a person who remembers what was already said. Persist server-side at every step boundary, key the draft to the loss rather than to a login, send a resume link, and let a handler pick up the same draft on the phone. Capture that tolerates poor connectivity is a solved problem, treated in field capture that survives no signal.
The losses that should go to voice on purpose
Some losses are the wrong shape for a form and no amount of design fixes that. A house fire, a serious injury, a fatality, a theft discovered on returning home: the reporter is in no state to enumerate structured facts, and asking them to is both ineffective and unkind. The right response is not a better form but a deliberate rule routing those loss types straight to a person, with the digital path offering one obvious control that connects the call and carries whatever was already entered.
- Name the loss types that route to voice, in writing, with the operational reason for each. This is a policy decision, not a design preference.
- Express it as a rule the intake system evaluates and logs, so you can see later how often it fired and whether it was right. Whether such decisions should sit in rules or in a model is argued separately in model scoring or written rules for claim triage.
- Carry the partial notice into the call. The handler should open the file already containing whatever the claimant typed, or the routing has cost the claimant time rather than saved it.
- Measure those routes separately. Their abandonment figures are not comparable with the rest of the funnel and blending them corrupts your baseline.
- Review the list annually against actual outcomes, because loss types migrate as the book and the product mix change.
Which channel should take first notice by default is a broader question, turning on line of business, reporter type and whether the loss facts are enumerable at all — argued in guided form or voice capture for first notice. This page settles something narrower: whether your form is failing for reasons you can fix.
Changing a live intake flow without breaking the files in it
Every change here touches claims being reported right now, so the release process is part of the design. Change one step at a time and hold the drop table as the measure; 3 simultaneous changes produce a number nobody can attribute. Keep the old path available while the new one proves itself. And where any part of the flow — routing, triage, prefill — is model-driven, changes to it need a review path of their own, which is approving a change to a model that touches live files.
The work itself is mostly instrumentation and sequencing rather than a rebuild: step events, a call join, resume drafts, on-device image resizing, and a rule that sends the hard losses to a person. That is characteristic internal tools and ops scope, and it usually moves completion further than a visual redesign does. The rest of the ground between a loss happening and a file reaching a queue sits in claims intake, FNOL and triage, inside our insurance and claims work.
Frequently asked questions
Short answers to the follow-ups this page tends to raise.
How do I tell abandonment from channel fallback?
Join the abandoned sessions to inbound calls on the same policy or number within the following hour. A start with no completion and no call is abandonment — that person went away and may not come back. A start followed by a call is fallback, meaning the claimant still wanted to report the loss and something in the form stopped them. Fallback is the more actionable of the two, because the step they left from is the defect.
Should photos be required before a loss report can be submitted?
No. Requiring photos at submission turns the slowest, least reliable part of the flow into a gate on the entire notice. Take the notice, allocate the claim, and request photos afterwards through a link the claimant can open when they have signal and daylight. Photos taken under pressure in a dark car park tend to be unusable anyway.
Does a shorter form always improve completion?
Shorter helps, but sequencing helps more. Moving the identity step after the loss facts, and photos after submission, typically does more than deleting fields — the drops cluster at walls and waits rather than spreading evenly across length. Cut the fields you already hold in your own records first; those are pure cost with no information gained.
Is low digital adoption always a problem worth fixing?
Not uniformly. For a fire, a serious injury or a bereavement, a form is the wrong instrument and a low digital share is the correct outcome rather than a defect. The judgement is per loss type: if simple, enumerable losses are also arriving by phone, that is a form problem worth fixing; if only the traumatic ones are, the system is behaving as it should and the target should be set accordingly.
What is the minimum instrumentation to start with?
7 step events, a device class, a reporter type, and a join to inbound calls within 60 minutes. That is enough to name the step costing you the most, which is the only decision you need to make first. Field-level analytics and session recordings can wait, and they carry privacy obligations of their own when the screens contain claim detail.
- FNOL
- digital intake
- funnel analysis
- claims experience
The work behind this page
Builds from our portfolio that this page draws on.
FieldRoute
An AI field-service platform that auto-dispatches the best-matched technician, optimizes routes, and tracks first-time-fix against every SLA.
OperationsPatient Front Desk
AI receptionist for clinics — auto intake, smart scheduling, and insurance verification before the patient walks in.
Healthcare AIRead next
- The damage photos come back too dark, too close, or missing the one angle the adjuster needsSplit your photo rejections by capture path and device class before redesigning anything. In-app camera and gallery upload fail for entirely different reasons and need different fixes.diagnostic
- First notice of loss: the fields that turn a call into a workable fileA first notice of loss is not a claim file. It becomes one when it carries enough structure to be routed, clocked and reserved without a call back to the reporter.definition
- Cause of loss: the coded field, and why the caller's story is not itThe loss narrative and the coded cause of loss are two fields with two jobs. Conflating them gives reporting nobody trusts and routing nobody can explain.definition
- Claim severity score: a routing input, not a reserve and not a decisionA severity score exists to decide which queue a new claim joins and how fast. Everything a licensed person is accountable for stays outside its remit.definition
- Date of loss, date reported, date received: three fields that are not the same fieldOne date decides coverage, one decides whether notice was late, and one starts your service clocks. Collapsing any two of them breaks something you will not notice for months.definition
- Low-severity files keep landing in the complex queue and nobody can say whyYou can see the outcome and not the reason, which is the actual defect. A per-claim decision log recording every rule evaluated, its inputs and the one that fired turns an argument into a 5-minute query.diagnostic
Working on something in this space?
Tell us where you are in a sentence or two. We'll tell you honestly whether we're the right team, and what a sensible first slice of the work looks like.
Start the conversation