/* Cui Law Group brand tokens — re-declared inside .ge-article so the
* scoped block reads correctly even when the host theme does not use
* these variable names. Numbers track the v2 theme’s globals.css. */
.ge-article {
–ge-charcoal: #1a2744;
–ge-charcoal-light: #253453;
–ge-taupe: #c4972a;
–ge-taupe-light: #d4a73a;
–ge-taupe-muted: rgba(196, 151, 42, 0.10);
–ge-warm-white: #f5f6f8;
–ge-text-secondary: #4a4a4a;
–ge-text-light: #888888;
–ge-border: #e0e0e0;
–ge-border-light: #f0f0f0;
–ge-serif: ‘Playfair Display’, ‘Noto Serif SC’, Georgia, serif;
–ge-sans: ‘Noto Sans SC’, ‘DM Sans’, -apple-system, BlinkMacSystemFont, sans-serif;
–ge-mono: ‘DM Sans’, sans-serif;

font-family: var(–ge-sans);
font-size: 0.95rem;
line-height: 1.85;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article p { margin: 0 0 18px; }
.ge-article a {
color: var(–ge-taupe);
text-decoration: underline;
text-underline-offset: 2px;
}
.ge-article a:hover { color: var(–ge-charcoal); }
.ge-article strong { font-weight: 500; color: var(–ge-charcoal); }
.ge-article em { font-style: italic; }

/* Section hierarchy — serif charcoal, generous breathing room */
.ge-article h1, .ge-article h2, .ge-article h3,
.ge-article h4, .ge-article h5, .ge-article h6 {
font-family: var(–ge-serif);
font-weight: 600;
color: var(–ge-charcoal);
line-height: 1.35;
}
.ge-article h1 { font-size: 1.6rem; margin: 44px 0 18px; line-height: 1.3; }
.ge-article h2 { font-size: 1.4rem; margin: 44px 0 16px; }
.ge-article h3 { font-size: 1.15rem; margin: 32px 0 12px; }
.ge-article h4 { font-size: 1rem; margin: 24px 0 10px; }
.ge-article h2:first-child,
.ge-article h1:first-child { margin-top: 0; }

/* Lede — first paragraph stands out a touch */
.ge-article > p.ge-lede {
font-size: 1.05rem;
line-height: 1.85;
font-weight: 400;
color: var(–ge-charcoal-light);
}

/* Lists — taupe filled-circle marker via ::before so theme list-style
* resets cannot hide bullets */
.ge-article ul,
.ge-article ol {
margin: 14px 0 22px 0;
padding-left: 1.5em;
}
.ge-article li { margin: 0 0 6px; }
.ge-article ul > li { list-style: none; position: relative; }
.ge-article ul > li::before {
content: “”;
position: absolute;
left: -1em;
top: 0.65em;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(–ge-taupe);
opacity: 0.85;
}
.ge-article ol > li { list-style: decimal; color: var(–ge-text-secondary); }
.ge-article ol > li::marker { color: var(–ge-taupe); font-variant-numeric: tabular-nums; }

/* Pull-quote blockquote */
.ge-article blockquote {
margin: 22px 0;
padding: 14px 20px;
border-left: 3px solid var(–ge-taupe);
background: var(–ge-warm-white);
color: var(–ge-text-secondary);
font-style: italic;
}
.ge-article blockquote p:last-child { margin-bottom: 0; }

/* Code */
.ge-article code {
background: rgba(26, 39, 68, 0.05);
padding: 2px 6px;
border-radius: 4px;
font-size: 0.88em;
font-family: ui-monospace, “SF Mono”, Menlo, monospace;
}
.ge-article pre {
background: rgba(26, 39, 68, 0.04);
padding: 1em 1.15em;
border-radius: 8px;
overflow-x: auto;
font-size: 0.88em;
}
.ge-article pre code { background: transparent; padding: 0; }

/* Tables */
.ge-article table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-size: 0.92em;
}
.ge-article th, .ge-article td {
text-align: left;
padding: 0.55em 0.7em;
border-bottom: 1px solid var(–ge-border-light);
}
.ge-article th { font-weight: 600; color: var(–ge-charcoal); }

/* Byline — DM Sans tracked uppercase, taupe accent */
.ge-article .ge-byline {
font-family: var(–ge-mono);
font-size: 0.72rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–ge-text-light);
margin: 0 0 0.6em;
font-weight: 500;
}
.ge-article .ge-byline strong { color: var(–ge-charcoal); font-weight: 600; }
.ge-article .ge-byline-rule {
border: 0;
border-top: 1px solid var(–ge-border);
margin: 0 0 2em;
width: 100%;
}

/* Imagery */
.ge-article figure { margin: 2em 0; text-align: center; }
.ge-article figure.ge-hero { margin: 0.5em 0 2.5em; }
.ge-article figure img {
display: block;
width: 100%;
height: auto;
max-height: 380px;
object-fit: cover;
border-radius: 8px;
}
.ge-article figure.ge-inline img { max-height: 320px; }
.ge-article figcaption {
font-size: 0.78em;
font-style: italic;
color: var(–ge-text-light);
margin-top: 0.55em;
font-family: var(–ge-mono);
}
.ge-article figcaption a { color: var(–ge-text-light); text-decoration: none; }
.ge-article figcaption a:hover { color: var(–ge-taupe); }

/* End-of-article mark */
.ge-article .ge-end {
text-align: center;
letter-spacing: 0.6em;
color: var(–ge-taupe);
opacity: 0.5;
margin: 3em 0 2em;
font-size: 1.2em;
}

/* CTA card — warm-white surface + taupe primary action */
.ge-article .ge-cta {
margin: 2em 0 1em;
padding: 26px 28px 24px;
background: var(–ge-warm-white);
border: 1px solid var(–ge-border-light);
border-radius: 14px;
}
.ge-article .ge-cta h3 {
margin: 0 0 6px;
font-size: 1.2rem;
font-family: var(–ge-serif);
color: var(–ge-charcoal);
font-weight: 600;
}
.ge-article .ge-cta-rule {
border: 0;
border-top: 2px solid var(–ge-taupe);
width: 36px;
margin: 0 0 12px;
}
.ge-article .ge-cta p {
margin: 0 0 14px;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article .ge-cta-actions { margin: 0; }
.ge-article .ge-cta-btn {
display: inline-block;
padding: 11px 22px;
border-radius: 4px;
font-family: var(–ge-sans);
font-weight: 600;
font-size: 0.9rem;
text-decoration: none;
margin-right: 8px;
margin-bottom: 8px;
}
.ge-article .ge-cta-btn-primary {
background: var(–ge-taupe);
color: #fff;
border: 0;
}
.ge-article .ge-cta-btn-primary:hover { background: var(–ge-taupe-light); color: #fff; }
.ge-article .ge-cta-btn-primary > span { color: #fff; }
.ge-article .ge-cta-btn-secondary {
background: transparent;
color: var(–ge-charcoal);
border: 1.5px solid var(–ge-border);
}
.ge-article .ge-cta-btn-secondary:hover { border-color: var(–ge-taupe); color: var(–ge-taupe); }

/* —– Sticky top CTA banner ———————————————
* Always-visible call-to-action so the visitor never has to scroll back
* to the bottom CTA card. Rendered as a sibling of `.ge-article` so any
* theme-applied transforms on the article wrapper do not break the
* fixed-positioning containing block. The banner stays hidden until the
* visitor has scrolled past the lede (~280 px) — no point covering the
* headline on first paint.
*
* Colours are deliberately fixed (dark bar, light text) rather than
* derived from `currentColor`, because the banner is overlaid on the
* page and needs guaranteed contrast even on dark themes.
*/
.ge-sticky-cta {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: rgba(20, 20, 20, .94);
color: #fff;
font: 500 0.95em/1.4 -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
padding: 0.7em 1em;
display: flex;
align-items: center;
gap: 0.85em;
box-shadow: 0 2px 14px rgba(0, 0, 0, .18);
transform: translateY(-105%);
transition: transform .25s ease-out;
-webkit-backdrop-filter: saturate(140%) blur(8px);
backdrop-filter: saturate(140%) blur(8px);
}
.ge-sticky-cta[data-ge-visible=”true”] { transform: translateY(0); }
.ge-sticky-cta-text { flex: 1 1 auto; min-width: 0; }
.ge-sticky-cta-text strong { font-weight: 600; }
.ge-sticky-cta-sub {
display: block;
font-size: 0.82em;
opacity: 0.7;
margin-top: 0.1em;
}
.ge-sticky-cta-actions { display: flex; gap: 0.45em; align-items: center; flex: 0 0 auto; }
.ge-sticky-cta-btn {
display: inline-block;
padding: 0.55em 1.1em;
border-radius: 4px;
font-weight: 600;
font-size: 0.92em;
text-decoration: none;
background: #fff;
color: #111;
border: 0;
cursor: pointer;
white-space: nowrap;
}
.ge-sticky-cta-btn-secondary {
background: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, .35);
}
.ge-sticky-cta-dismiss {
background: transparent;
border: 0;
color: rgba(255, 255, 255, .55);
font-size: 1.4em;
line-height: 1;
cursor: pointer;
padding: 0 0.2em;
margin-left: 0.2em;
}
.ge-sticky-cta-dismiss:hover { color: #fff; }
@media (max-width: 560px) {
.ge-sticky-cta-sub { display: none; }
.ge-sticky-cta { padding: 0.55em 0.7em; gap: 0.5em; font-size: 0.88em; }
.ge-sticky-cta-btn { padding: 0.5em 0.8em; }
}

Free consultation with Default siteNo obligation. We typically reply the same day.

(function () {
if (window.__geStickyCtaInit) return;
window.__geStickyCtaInit = true;
var bar = document.querySelector(‘.ge-sticky-cta’);
if (!bar) return;
var STORAGE_KEY = ‘ge_sticky_cta_dismissed’;
var SHOW_AFTER = 280;
var dismissed = false;
try { dismissed = sessionStorage.getItem(STORAGE_KEY) === ‘1’; } catch (e) {}
if (dismissed) return;
function tick() {
if (dismissed) return;
var y = window.scrollY || window.pageYOffset || 0;
bar.setAttribute(‘data-ge-visible’, y > SHOW_AFTER ? ‘true’ : ‘false’);
}
window.addEventListener(‘scroll’, tick, { passive: true });
tick();
var dismiss = bar.querySelector(‘.ge-sticky-cta-dismiss’);
if (dismiss) dismiss.addEventListener(‘click’, function () {
dismissed = true;
bar.setAttribute(‘data-ge-visible’, ‘false’);
try { sessionStorage.setItem(STORAGE_KEY, ‘1’); } catch (e) {}
});
})();

Calm, modern courtroom ready for proceedings.
Photo by Tingey Injury Law Firm on Unsplash

description: "Learn California’s wrongful death filing deadline, what damages may be recovered, and when special rules can change the timeline."
author: "Default site"
date: "2026-05-13"

California Wrongful Death Statute of Limitations and Damages

In California, the usual deadline to file a wrongful death lawsuit is 2 years under CCP § 335.1. Damages may include lost financial support and loss of companionship, but not grief or the decedent’s pain and suffering in the wrongful death claim.

If you are searching for the California wrongful death statute of limitations and damages, the short answer is this: most families have a limited window to act, and the damages rules are narrower than many people expect. General deadlines often come from Code of Civil Procedure § 335.1, while damages are mainly governed by CCP § 377.61 and related California jury instructions.

What is the statute of limitations for a California wrongful death claim?

In most California cases, the statute of limitations for wrongful death is 2 years. The main statute is Code of Civil Procedure § 335.1, which applies to an action for the “death of an individual caused by the wrongful act or neglect” of another.

That general rule is simple, but applying it can be less simple in real life. A missed filing deadline can end the claim, even if the facts are strong. That is why families often benefit from reviewing the timeline early.

A wrongful death claim in California is a statutory claim brought by certain surviving family members or heirs. The main standing statute is CCP § 377.60. In many cases, the surviving spouse, domestic partner, children, or other heirs may be the people who have the right to sue.

A few practical points matter:

  1. The clock is usually strict.
    California courts’ self-help materials summarize the ordinary civil deadline as 2 years for death claims.

  2. The right people should usually be included.
    California follows a practical one-action approach in wrongful death cases, so known heirs are generally expected to join in one lawsuit rather than file separate cases.

  3. The deadline for a lawsuit is not always the first deadline.
    If a public entity may be involved, earlier claim-presentation rules can apply.

For example, if a fatal crash involved a city bus, county road condition, or other government-related issue, a family may face a much earlier administrative deadline before any civil lawsuit is filed. California court materials warn that claims against public entities have deadlines that are earlier than the ordinary 2-year civil filing period.

Wrongful death cases can also overlap with other legal frameworks. If the death arose from medical negligence, additional rules may come into play, including CCP § 340.5 and Civil Code § 3333.2. Those rules can affect timing and damages analysis, especially in medical malpractice death claims.

At this stage, families often need to do two things at once:

  • identify who can bring the claim under CCP § 377.60
  • preserve evidence before records disappear or memories fade

That may include gathering the death certificate, coroner materials, medical records, and witness information. In some situations, access to death-related records may involve statutes like CCP § 130 and Government Code § 27521.

For general background on related claims, you can also review this firm’s pages on personal injury matters, about the firm, and contact information.

How do wrongful death damages work in California?

California wrongful death damages are meant to compensate eligible family members for their own losses caused by the death. The main damages statute is CCP § 377.61, which says damages may be awarded as are “just” under the circumstances, subject to legal limits.

In plain English, damages are usually divided into two groups: economic damages and noneconomic damages.

Economic damages

Economic damages are financial losses that can be measured in money. In a California wrongful death case, they can include:

  • the financial support the decedent would likely have contributed
  • the value of expected gifts or benefits
  • funeral and burial expenses
  • the reasonable value of lost household services

Household services can be important. If the person who died handled child care, transportation, bookkeeping, cooking, maintenance, or care for an older family member, those losses may have real economic value.

Future economic losses are not just added up casually. Under California jury instructions, future losses are generally reduced to present cash value. That means the law tries to express future support in today’s dollars.

Noneconomic damages

Noneconomic damages are human losses that do not come with a bill or receipt. Under California’s wrongful death instructions, these may include the loss of:

  • love
  • companionship
  • comfort
  • care
  • assistance
  • protection
  • affection
  • society
  • moral support
  • training and guidance, where appropriate

These losses can be substantial, even though they are not tied to a paycheck or invoice. A spouse may lose companionship and protection. A child may lose guidance and care. A parent may lose the relationship and support of an adult child.

What families usually cannot recover in the wrongful death claim

This part often surprises people. In a California wrongful death claim, survivors generally cannot recover for their own grief, sorrow, or mental anguish. They also cannot recover the decedent’s own pain and suffering as part of the wrongful death cause of action.

That limit appears in the wrongful death damages framework tied to CCP § 377.61 and CCP § 377.34, and it is reflected in CACI No. 3921 (2026).

So, when people talk about “pain and suffering,” it is important to ask: whose pain and suffering, and under which claim?

  • Wrongful death claim: heirs’ losses from the death
  • Survival claim: the decedent’s own claim that continues after death, subject to separate rules

In some medical negligence cases, damages can be affected by Civil Code § 3333.2. That statute is part of MICRA, and it can limit noneconomic damages in certain health care cases. The exact effect depends on the claim and the facts.

Notebook, glasses, and a cup of coffee on a writer's desk.
Photo by Aaron Burden on Unsplash

What is the difference between wrongful death and survival actions?

This is one of the most important distinctions in California death cases.

A wrongful death action belongs to the heirs. It seeks compensation for the losses the family suffered because of the death. The main statute is CCP § 377.60, and damages are governed mainly by CCP § 377.61.

A survival action is different. It is the decedent’s own legal claim that survives death and can be pursued by the personal representative or successor in interest. The key statutes include CCP § 377.30, CCP § 377.32, and CCP § 377.34.

Wrongful death claim

Think of wrongful death as the family’s case. It focuses on what the surviving relatives lost, such as:

  • financial support
  • household help
  • companionship
  • guidance
  • care and affection

Survival action

Think of survival as the decedent’s case continuing after death. It may seek damages for losses the decedent suffered before death, not the heirs’ relationship losses.

Historically, CCP § 377.34 generally limited survival damages and excluded pain, suffering, or disfigurement. A California Senate analysis discussing SB 29 (2025) also notes that SB 447 (Stats. 2021, ch. 448) temporarily allowed such noneconomic damages in certain cases filed before 2026.

That means the survival-damages landscape has changed in recent years and can be technical. Families should not assume that a wrongful death claim and a survival claim are interchangeable. They are not.

Why both claims are often filed together

In many cases, both actions may be available and are filed together:

  1. Wrongful death under § 377.60 for the heirs’ losses
  2. Survival under §§ 377.30 and 377.34 for the decedent’s pre-death claims

A simple example helps. Suppose a person is injured in a crash, survives for a period of time, receives treatment, and later dies. The family may have:

  • a wrongful death claim for their own losses caused by the death, and
  • a survival claim based on what the decedent could have pursued before death

The proof can overlap, but the damages do not.

California negligence law itself still starts with basic fault principles. Civil Code § 1714(a) states the general duty to use ordinary care. So whether a case involves a vehicle collision, unsafe property, or another act of negligence, the plaintiff still has to prove duty, breach, causation, and damages.

Can comparative fault reduce a wrongful death recovery in California?

Yes. California uses pure comparative negligence, and that can reduce damages in a wrongful death case if the decedent was partly at fault.

The key California case is Li v. Yellow Cab Co. (1975) 13 Cal.3d 804. That decision replaced the old all-or-nothing contributory negligence rule with proportional fault. In practical terms, a decedent’s share of fault does not automatically bar the claim, but it can reduce the recovery.

Here is the basic idea:

  • if the defendant was negligent, the claim may still go forward
  • if the decedent was also negligent, damages may be reduced by that percentage of fault

For example, imagine a fatal roadway collision where the defense argues the decedent was speeding or failed to yield. If a jury assigns part of the fault to the decedent, the total damages may be reduced accordingly.

This issue comes up often in cases involving:

  • motor vehicle crashes
  • motorcycle collisions
  • pedestrian accidents
  • premises liability incidents
  • workplace-related third-party claims

Comparative fault can also affect settlement discussions, because both sides may disagree sharply about what percentage of responsibility belongs to each person or entity.

That makes evidence especially important. Lawyers often look early at:

  • scene photos and video
  • vehicle data
  • eyewitness accounts
  • coroner findings
  • hospital and EMS records
  • expert analysis on causation

If you are trying to understand how negligence issues fit into a broader injury case, Default site’s personal injury page may be a helpful starting point.

A small team in a working meeting around a table.
Photo by Hunters Race on Unsplash

When do special deadlines or rules apply in California wrongful death cases?

Some wrongful death cases follow the standard 2-year rule. Others do not. This is where families can get into trouble without realizing it.

Claims against public entities

If the potential defendant is a public entity, special claim-presentation rules may apply before a lawsuit is filed. California court guidance makes clear that these deadlines are earlier than ordinary civil deadlines.

That can matter in cases involving:

  • city or county vehicles
  • dangerous road design or maintenance
  • public hospitals
  • school districts
  • transit agencies

A family may assume it has 2 years under CCP § 335.1, but a government claim issue can arise much sooner.

Medical malpractice deaths

If the death resulted from alleged medical negligence, the analysis may involve CCP § 340.5 and Civil Code § 3333.2 in addition to the wrongful death statutes. These cases often require close review of records, timing, causation, and damages limits.

Survival-action procedure

A survival claim is not filed the same way as a wrongful death claim. California procedure may require a proper personal representative or successor in interest, and CCP § 377.32 can impose declaration requirements.

Evidence and record-access issues

Even when the filing deadline seems clear, evidence issues can become urgent fast. Common records include:

  • death certificate
  • autopsy or coroner records
  • medical records
  • witness statements

Statutes such as CCP § 130 and Government Code § 27521 may affect access to death-related materials. Delay can make proof harder, even before the formal statute of limitations runs out.

The practical takeaway

The legal deadline is only part of the problem. Families also need to identify the right plaintiffs, the right defendants, the right claims, and the right evidence.

That is often the point where speaking with counsel becomes practical, especially if the case may involve a public agency, medical malpractice, or both wrongful death and survival claims. You can learn more about Default site on the about page or use the contact page to request a free consultation.

Frequently Asked Questions

How long do you have to file a wrongful death lawsuit in California?

Usually 2 years from the death-related wrongful act or neglect under CCP § 335.1. But if a public entity is involved, earlier claim deadlines may apply before any lawsuit is filed.

What damages can families recover in a California wrongful death case?

Under CCP § 377.61, families may seek economic damages like lost financial support, expected gifts or benefits, funeral and burial expenses, and lost household services. They may also seek noneconomic damages for loss of love, companionship, comfort, care, assistance, protection, affection, society, moral support, and in some cases training and guidance.

Can you recover grief or pain and suffering in a California wrongful death claim?

Generally, no. In the wrongful death claim itself, survivors usually cannot recover for their own grief, sorrow, or mental anguish, and they also cannot recover the decedent’s pain and suffering as wrongful death damages.

What is the difference between wrongful death damages and survival damages in California?

Wrongful death damages compensate heirs for their own losses caused by the death under CCP §§ 377.60 and 377.61. Survival damages under CCP §§ 377.30 and 377.34 are based on the decedent’s own claim that continues after death and usually focus on losses suffered before death.

Does the decedent’s fault reduce damages in a California wrongful death case?

Yes. Under California’s pure comparative fault system, reflected in Li v. Yellow Cab Co. (1975) 13 Cal.3d 804, a decedent’s share of fault can reduce damages proportionally, though it does not automatically bar the claim.

Most personal injury cases are handled on a contingency fee basis — meaning no fee unless we recover for you.

This article is general information, not legal advice. If your family is dealing with a possible wrongful death claim, Default site may be able to help you evaluate the deadline, the available damages, and whether a survival action should also be filed. For next steps, contact Default site for a free consultation or call now.

Free consultation with Default site

Discuss your case — no obligation, no cost.