-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcost-of-failure.html
More file actions
500 lines (483 loc) · 40.8 KB
/
Copy pathcost-of-failure.html
File metadata and controls
500 lines (483 loc) · 40.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://www.googletagmanager.com" rel="preconnect"/>
<!-- BTN:GA4:START -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTWLM223G7"></script>
<script>
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config','G-FTWLM223G7');gtag('config','G-053Z64N82F');
</script>
<!-- BTN:GA4:END -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="no-referrer-when-downgrade" name="referrer"/>
<title>Cost of Failed Bankruptcy Filing [2026]: Lost Fees, 11 USC 109(g) Refiling Bars, and Credit Damage</title>
<meta content="What a failed bankruptcy case costs: lost attorney fees (rarely refunded), 11 USC 109(g) 180-day refiling bar, lost automatic stay protection, accumulated post-petition collection actions, and additional credit damage from the dismissal entry." name="description"/>
<meta content="failed bankruptcy cost, dismissed chapter 13 consequences, bankruptcy dismissal what happens, lost bankruptcy fees, automatic stay lost" name="keywords"/>
<link href="https://bankruptcymill.com/cost-of-failure.html" rel="canonical"/>
<meta content="Cost of Failed Bankruptcy Filing [2026]: Lost Fees, 11 USC 109(g) Refiling Bars, and Credit Damage" property="og:title"/>
<meta content="What a failed bankruptcy case costs: lost attorney fees (rarely refunded), 11 USC 109(g) 180-day refiling bar, lost automatic stay protection, accumulated post-petition collection actions, and additional credit damage from the dismissal entry." property="og:description"/>
<meta content="article" property="og:type"/>
<meta content="https://bankruptcymill.com/cost-of-failure.html" property="og:url"/>
<meta content="bankruptcymill.com" property="og:site_name"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="Cost of Failed Bankruptcy Filing [2026]: Lost Fees, 11 USC 109(g) Refiling Bars, and Credit Damage" name="twitter:title"/>
<meta content="What a failed bankruptcy case costs: lost attorney fees (rarely refunded), 11 USC 109(g) 180-day refiling bar, lost automatic stay protection, accumulated post-petition collection actions, and additional credit damage from the dismissal entry." name="twitter:description"/>
<meta content="https://bankruptcymill.com/og-image.svg" property="og:image"/>
<meta content="https://bankruptcymill.com/og-image.svg" name="twitter:image"/>
<link href="/favicon.svg" rel="icon" type="image/svg+xml"/>
<link href="/manifest.json" rel="manifest"/>
<meta content="#0d1117" name="theme-color"/>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;background:#0d1117;color:#e5e5e5;min-height:100vh;line-height:1.6}
a{color:#58a6ff;text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible,button:focus-visible{outline:2px solid #58a6ff;outline-offset:2px}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:1rem;background:#238636;color:#fff;font-weight:600;text-decoration:none}
.skip-link:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;overflow:visible}
.nav{background:#010409;border-bottom:1px solid #21262d;padding:12px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.nav .brand{color:#58a6ff;font-weight:700;font-size:16px;margin-right:auto;text-decoration:none}
.nav .brand:hover{text-decoration:none;opacity:0.9}
.nav-links{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.nav-links a{color:#8b949e;font-size:14px}
.nav-links a:hover{color:#f0f6fc;text-decoration:none}
.nav-links a.active{color:#f0f6fc;font-weight:600}
.hamburger{display:none;background:none;border:1px solid #21262d;color:#e5e5e5;font-size:1.2rem;padding:6px 12px;border-radius:4px;cursor:pointer}
.hero{text-align:center;padding:64px 24px 40px}
.hero .kicker{color:#da3633;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}
.hero h1{font-size:32px;font-weight:700;color:#f0f6fc;margin-bottom:16px}
.hero .subtitle{color:#8b949e;font-size:17px;max-width:640px;margin:0 auto;line-height:1.7}
.content{max-width:760px;margin:0 auto;padding:0 24px 48px}
.content h2{font-size:22px;color:#f0f6fc;margin:40px 0 16px;padding-bottom:8px;border-bottom:1px solid #21262d}
.content h3{font-size:18px;color:#f0f6fc;margin:28px 0 12px}
.content p{color:#c9d1d9;font-size:16px;line-height:1.8;margin-bottom:16px}
.content ul,.content ol{margin:0 0 16px 24px;color:#c9d1d9;font-size:16px;line-height:1.8}
.content li{margin-bottom:8px}
.cost-stack{max-width:500px;margin:32px auto}
.cost-item{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#161b22;border:1px solid #21262d;margin-bottom:-1px}
.cost-item:first-child{border-radius:8px 8px 0 0}
.cost-item:last-child{border-radius:0 0 8px 8px}
.cost-item .cost-label{color:#c9d1d9;font-size:15px}
.cost-item .cost-amount{color:#da3633;font-size:16px;font-weight:700;white-space:nowrap}
.cost-total{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#1c1012;border:2px solid #da3633;border-radius:0 0 8px 8px;margin-top:-1px}
.cost-total .cost-label{color:#f0f6fc;font-size:16px;font-weight:700}
.cost-total .cost-amount{color:#da3633;font-size:20px;font-weight:700}
.compare-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:32px 0}
.compare-card{background:#161b22;border-radius:12px;padding:24px;border:1px solid #21262d}
.compare-card.good{border-color:#238636}
.compare-card.bad{border-color:#da3633}
.compare-card h3{font-size:16px;margin-bottom:12px}
.compare-card.good h3{color:#3fb950}
.compare-card.bad h3{color:#da3633}
.compare-card p{font-size:14px;color:#8b949e;line-height:1.7;margin-bottom:8px}
.compare-card p:last-child{margin-bottom:0}
.compare-card .price{font-size:24px;font-weight:700;margin:8px 0}
.compare-card.good .price{color:#3fb950}
.compare-card.bad .price{color:#da3633}
.callout{background:#161b22;border-left:4px solid #58a6ff;border-radius:0 8px 8px 0;padding:20px 24px;margin:24px 0}
.callout p{margin-bottom:8px;font-size:15px;color:#c9d1d9}
.callout p:last-child{margin-bottom:0}
.callout strong{color:#f0f6fc}
.timeline{margin:32px 0;padding-left:24px;border-left:2px solid #21262d}
.timeline-item{position:relative;padding:0 0 24px 24px}
.timeline-item:last-child{padding-bottom:0}
.timeline-item::before{content:'';position:absolute;left:-29px;top:4px;width:12px;height:12px;border-radius:50%;background:#21262d;border:2px solid #58a6ff}
.timeline-item .time{color:#58a6ff;font-size:13px;font-weight:600;margin-bottom:4px}
.timeline-item .event{color:#f0f6fc;font-size:15px;font-weight:500;margin-bottom:4px}
.timeline-item .detail{color:#8b949e;font-size:14px;line-height:1.6}
.impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}
.impact-card{background:#161b22;border:1px solid #21262d;border-radius:10px;padding:20px;text-align:center}
.impact-card .impact-icon{font-size:28px;margin-bottom:8px}
.impact-card h3{font-size:15px;color:#f0f6fc;margin-bottom:8px}
.impact-card p{font-size:13px;color:#8b949e;line-height:1.6;margin:0}
.kofi-box{background:#161b22;border:1px solid #238636;border-radius:6px;padding:1rem 1.5rem;text-align:center;max-width:600px;margin:3rem auto 1rem}
.kofi-box p{color:#c9d1d9;margin:0 0 0.5rem;font-size:0.95rem}
.kofi-box .btn-kofi{display:inline-block;background:#238636;color:#fff;padding:0.5rem 1.5rem;border-radius:6px;font-weight:600;font-size:0.9rem;text-decoration:none}
.kofi-box .btn-kofi:hover{background:#2ea043;text-decoration:none}
.network-footer{background:#010409;border-top:1px solid #21262d;padding:2rem 24px;text-align:center;margin-top:48px}
.network-footer p{color:#8b949e;font-size:0.85rem;margin-bottom:0.5rem}
.network-footer .links{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:0.75rem}
.network-footer .links a{color:#8b949e;font-size:0.85rem}
.network-footer .links a:hover{color:#58a6ff}
.network-footer .disclaimer{margin-top:1rem;font-size:0.75rem;color:#484f58}
@media(max-width:600px){
.hero h1{font-size:24px}
.hero{padding:40px 16px 28px}
.hamburger{display:block}
.nav-links{display:none;width:100%;flex-direction:column;gap:0;padding-top:12px}
.nav-links.open{display:flex}
.nav-links a{display:block;padding:10px 0;border-top:1px solid #21262d;min-height:44px;line-height:1.6}
.content h2{font-size:20px}
.compare-section{grid-template-columns:1fr}
.impact-grid{grid-template-columns:1fr}
}
.breadcrumb-nav{font-size:0.85rem;color:#8b949e;padding:0.5rem 0;max-width:900px;margin:0 auto}.breadcrumb-nav a{color:#58a6ff;text-decoration:none}.breadcrumb-nav a:hover{text-decoration:underline}.breadcrumb-nav .separator{margin:0 0.5rem;color:#484f58}
.quick-answer { background: var(--surface); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; padding: 16px 20px; margin-bottom: 24px; }
.quick-answer p { color: var(--text); margin: 0; font-size: 0.95rem; }
</style>
<script type="application/ld+json">
{"@context": "https://schema.org", "@type": "Organization", "name": "Open Bankruptcy Project", "url": "https://1328f.org", "description": "Free, open-source bankruptcy court transparency tools and research.", "foundingDate": "2026-03-27", "areaServed": "US", "nonprofitStatus": "Nonprofit501c3", "sameAs": ["https://1328f.com", "https://1328f.org"]}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Article",
"headline": "What a Failed Bankruptcy Case Really Costs",
"description": "The real cost of a dismissed bankruptcy: lost filing fees, lost attorney fees, months of plan payments gone, credit damage, lost stay protection, and the emotio",
"author": {
"@type": "Organization",
"name": "Open Bankruptcy Project"
},
"publisher": {
"@type": "Organization",
"name": "Open Bankruptcy Project",
"url": "https://1328f.org"
},
"datePublished": "2026-03-28",
"dateModified": "2026-05-01",
"mainEntityOfPage": "https://bankruptcymill.com/cost-of-failure.html"
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://bankruptcymill.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Bankruptcy Mills",
"item": "https://bankruptcymill.com"
},
{
"@type": "ListItem",
"position": 3,
"name": "What a Failed Bankruptcy Case Really Costs",
"item": "https://bankruptcymill.com/cost-of-failure.html"
}
]
},
{
"@type": "WebPage",
"name": "What a Failed Bankruptcy Case Really Costs",
"url": "https://bankruptcymill.com/cost-of-failure.html",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
".quick-answer",
"h1",
".summary",
"p:first-of-type"
]
}
}
]
}
</script>
<script type="application/ld+json">
{"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "How much does bankruptcy cost?", "acceptedAnswer": {"@type": "Answer", "text": "Filing fees are $338 for Chapter 7 and $313 for Chapter 13. Attorney fees typically range from $1,000 to $3,500 depending on the chapter and complexity. Fee waivers and installment payments are available for those who qualify."}}, {"@type": "Question", "name": "Can I file bankruptcy if I can't afford an attorney?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. You can file pro se (without an attorney), apply for a fee waiver to eliminate the filing fee, or pay the filing fee in installments. Some legal aid organizations also provide free bankruptcy assistance."}}, {"@type": "Question", "name": "Are there hidden fees in bankruptcy?", "acceptedAnswer": {"@type": "Answer", "text": "The main costs are the filing fee, attorney fee, and credit counseling courses (about $20-50 total). Some attorneys charge extra for adversary proceedings or plan modifications, so ask for a complete fee breakdown upfront."}}, {"@type": "Question", "name": "What is the cheapest way to file bankruptcy?", "acceptedAnswer": {"@type": "Answer", "text": "The cheapest option is filing pro se with a fee waiver, which costs nothing. If you hire an attorney, Chapter 7 is generally less expensive than Chapter 13. Always compare quotes from multiple attorneys."}}, {"@type": "Question", "name": "Can I pay bankruptcy attorney fees in installments?", "acceptedAnswer": {"@type": "Answer", "text": "Most bankruptcy attorneys accept payment plans. In Chapter 13, attorney fees can even be paid through your repayment plan. In Chapter 7, many attorneys require full payment before filing, but installment arrangements are common."}}]}
</script>
<link href="https://bankruptcymill.com/cost-of-failure.html" hreflang="en" rel="alternate"/>
<link href="https://bankruptcymill.com/cost-of-failure-es.html" hreflang="es" rel="alternate"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NonprofitOrganization",
"name": "Open Bankruptcy Project",
"alternateName": "OBP",
"url": "https://openbankruptcyproject.org",
"email": "info@openbankruptcyproject.org",
"taxID": "41-5159631",
"nonprofitStatus": "Nonprofit501c3",
"description": "The Open Bankruptcy Project is a 501(c)(3) nonprofit providing free tools, research, and consumer guides to help people navigate the federal bankruptcy system. We also conduct and publish empirical research on how the system actually works for consumers and share findings with rule-making bodies, regulators, and the public.",
"address": {
"@type": "PostalAddress",
"streetAddress": "1000 W 100th St",
"addressLocality": "Kansas City",
"addressRegion": "MO",
"postalCode": "64114",
"addressCountry": "US"
}
}
</script>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<nav aria-label="Site navigation" class="nav" role="navigation">
<a class="brand" href="/">bankruptcymill.com</a>
<button aria-label="Toggle navigation menu" class="hamburger" onclick="document.querySelector('.nav-links').classList.toggle('open')">☰</button>
<div class="nav-links">
<a href="/">The Data</a>
<a href="/the-exposed-model.html">The Model</a>
<a href="/by-the-numbers.html">Statistics</a>
<a href="/enforcement-gap.html">Enforcement Gap</a>
<a class="active" href="/cost-of-failure.html">Cost of Failure</a>
<a href="https://bankruptcymill.org">Consumer Guide</a>
<a href="https://1328f.com">Screener</a>
</div>
</nav>
<div class="hero">
<div class="kicker">The Human Cost</div>
<h1>What a Failed Bankruptcy Case Really Costs</h1>
<p class="subtitle">A dismissed Chapter 13 case is not a neutral outcome. It is a financial, legal, and personal catastrophe for the person who filed it.</p>
</div>
<main id="main-content">
<nav aria-label="Breadcrumb" class="breadcrumb-nav"><a href="https://1328f.org">Home</a><span class="separator">›</span><a href="https://bankruptcymill.com">Bankruptcy Mills</a><span class="separator">›</span><span>What a Failed Bankruptcy Case Really Costs</span></nav>
<div class="content">
<div class="quick-answer">
<p>Filing fees are $338 for Chapter 7 and $313 for Chapter 13. Attorney fees typically range from $1,000 to $3,500 depending on the chapter and complexity. Fee waivers and installment payments are available for those who qualify.</p>
</div>
<h2>The direct financial cost</h2>
<p>When a <a href="https://chapter7vs13.org/" title="Chapter 13">Chapter 13</a> case is dismissed, the debtor does not get their money back. Every dollar paid into the plan, every fee, every filing cost - gone. Here is what a typical dismissed case looks like after 14 months:</p>
<div class="cost-stack">
<div class="cost-item">
<span class="cost-label">Court filing fee</span>
<span class="cost-amount">$338</span>
</div>
<div class="cost-item">
<span class="cost-label">Attorney fees (partial, through plan)</span>
<span class="cost-amount">$3,200</span>
</div>
<div class="cost-item">
<span class="cost-label">Plan payments (14 months x $500)</span>
<span class="cost-amount">$7,000</span>
</div>
<div class="cost-item">
<span class="cost-label"><a href="https://bankruptcyfreshstart.org/" title="credit counseling">Credit counseling</a> courses (2)</span>
<span class="cost-amount">$50</span>
</div>
<div class="cost-item">
<span class="cost-label">Lost wages (hearings, meetings)</span>
<span class="cost-amount">$300 - $600</span>
</div>
<div class="cost-total">
<span class="cost-label">Total lost</span>
<span class="cost-amount">$10,888 - $11,188</span>
</div>
</div>
<p>That is the direct cost. The debtor paid over $10,000 and received nothing - no <a href="https://dischargebar.org/" title="discharge">discharge</a>, no debt elimination, no <a href="https://bankruptcyfreshstart.org" rel="noopener" target="_blank" title="Fresh Start After Bankruptcy - Open Bankruptcy Project">fresh start</a>. The debts remain. The creditors resume collection. And the debtor's credit report now shows a bankruptcy filing without a <a href="https://dischargebar.org/" title="discharge">discharge</a> - often the worst possible credit outcome.</p>
<h2>Timeline of a failed case</h2>
<p>Understanding how a case drifts from filing to <a href="https://dismissedbankruptcy.org/" title="dismissal">dismissal</a> reveals the slow accumulation of harm:</p>
<div class="timeline">
<div class="timeline-item">
<div class="time">Month 0</div>
<div class="event">Case filed</div>
<div class="detail">Debtor pays filing fee ($338). <a href="https://automaticstay.org/" title="automatic stay">Automatic stay</a> takes effect, stopping creditor actions. First plan payment due within 30 days.</div>
</div>
<div class="timeline-item">
<div class="time">Months 1 - 3</div>
<div class="event">Plan payments begin</div>
<div class="detail">Debtor makes payments to the trustee ($400 - $700/month typical). Attorney fees begin being paid from plan funds. The debtor may never speak to their attorney again after the initial meeting.</div>
</div>
<div class="timeline-item">
<div class="time">Month 4 - 6</div>
<div class="event">Problems surface</div>
<div class="detail">A creditor files an objection. The plan has errors. A payment is missed. The debtor calls their attorney's office and cannot reach anyone. Motions to dismiss are filed.</div>
</div>
<div class="timeline-item">
<div class="time">Month 7 - 12</div>
<div class="event">Drift toward dismissal</div>
<div class="detail">Trustee motions to dismiss for missed payments or plan deficiencies. The attorney does not respond or files a cursory response. No plan modification is proposed. The debtor may not even know a hearing is scheduled.</div>
</div>
<div class="timeline-item">
<div class="time">Month 14</div>
<div class="event"><a href="https://dismissedbankruptcy.org/" title="dismissal">Case dismissed</a></div>
<div class="detail">The court enters an order of dismissal. The <a href="https://automaticstay.org/" title="automatic stay">automatic stay</a> terminates. Creditors resume collection. The debtor has paid thousands of dollars with nothing to show for it.</div>
</div>
</div>
<h2>The comparison: failed case vs. case done right</h2>
<div class="compare-section">
<div class="compare-card good">
<h3>Successful Chapter 13 (60 months)</h3>
<div class="price">$4,000 - $5,000</div>
<p><strong>Attorney fee:</strong> $4,000 (paid through plan)</p>
<p><strong>Filing fee:</strong> $338</p>
<p><strong>Plan payments:</strong> 60 months - but debts are discharged at the end</p>
<p><strong>Result:</strong> Discharge entered. Remaining qualifying debts eliminated. <a href="https://bankruptcyfreshstart.org" rel="noopener" target="_blank" title="Fresh Start After Bankruptcy - Open Bankruptcy Project">Fresh start</a> achieved. Credit rebuilding begins.</p>
<p><strong>Net cost of attorney representation:</strong> ~$4,300</p>
</div>
<div class="compare-card bad">
<h3>Dismissed Chapter 13 (14 months)</h3>
<div class="price">$10,000+</div>
<p><strong>Attorney fee:</strong> $3,200 (partial, collected before dismissal)</p>
<p><strong>Filing fee:</strong> $338</p>
<p><strong>Plan payments:</strong> $7,000 paid - all gone, no discharge</p>
<p><strong>Result:</strong> No discharge. All debts remain. Credit report shows bankruptcy without discharge. May face 180-day refiling bar.</p>
<p><strong>Net cost of attorney representation:</strong> ~$10,500+ with nothing to show</p>
</div>
</div>
<p>The numbers illustrate the problem: a failed bankruptcy case costs more than a successful one, because the debtor pays into the plan for months without receiving the only benefit the plan was designed to deliver.</p>
<h2>Beyond the dollars</h2>
<p>The financial cost, while significant, is only part of the harm. A <a href="https://dismissedbankruptcy.org" rel="noopener" target="_blank" title="Dismissed Bankruptcy Cases - Open Bankruptcy Project">dismissed bankruptcy</a> case creates cascading consequences:</p>
<div class="impact-grid">
<div class="impact-card">
<div aria-hidden="true" class="impact-icon">⚠</div>
<h3>Lost automatic stay</h3>
<p>The protection that stopped garnishments, repossessions, and foreclosures terminates immediately upon dismissal. Creditors can resume all collection activity. For debtors who refiled, 11 U.S.C. <a href="https://automaticstay.org" rel="noopener" target="_blank" title="Section 362 Automatic Stay - Open Bankruptcy Project">section 362</a>(c)(3) limits the stay to 30 days on the next case. Learn more at <a href="https://automaticstay.org">automaticstay.org</a>.</p>
</div>
<div class="impact-card">
<div aria-hidden="true" class="impact-icon">📈</div>
<h3>Credit damage</h3>
<p>A bankruptcy filing without a discharge is often viewed more negatively by creditors than a completed bankruptcy. The filing remains on the credit report for 7-10 years regardless of outcome. The debtor gets the stigma without the relief.</p>
</div>
<div class="impact-card">
<div aria-hidden="true" class="impact-icon">⏱</div>
<h3>Refiling restrictions</h3>
<p>Under 11 U.S.C. <a href="https://109g.org" rel="noopener" target="_blank" title="Section 109 Eligibility - Open Bankruptcy Project">section 109</a>(g), a debtor whose case was dismissed may be barred from refiling for 180 days. Under <a href="https://automaticstay.org" rel="noopener" target="_blank" title="Section 362 Automatic Stay - Open Bankruptcy Project">section 362</a>(c)(3)-(4), repeat filers face reduced or no <a href="https://automaticstay.org" rel="noopener" target="_blank" title="Automatic Stay in Bankruptcy - Open Bankruptcy Project">automatic stay</a> protection. The <a href="https://1328f.com">1328(f) discharge bar</a> may also apply.</p>
</div>
<div class="impact-card">
<div aria-hidden="true" class="impact-icon">💰</div>
<h3>Accumulated interest and penalties</h3>
<p>During the months the case was pending, interest and penalties on debts may have continued to accrue (depending on the debt type). The debtor emerges owing more than when they filed.</p>
</div>
</div>
<h2>The emotional toll</h2>
<p>The decision to file for bankruptcy is rarely made lightly. Most people who file have spent months or years trying to manage their debts through other means. By the time they walk into an attorney's office, they are often at the end of their rope - financially and emotionally.</p>
<p>A dismissed case tells these people that the last resort also failed. The system they turned to for help took their money, gave them months of stress and uncertainty, and left them in a worse position than where they started.</p>
<p>Research consistently shows that financial distress is correlated with depression, anxiety, relationship strain, and adverse health outcomes. A failed bankruptcy case does not cause these problems, but it compounds them - adding the weight of wasted effort and lost hope to an already overwhelming situation.</p>
<h2>The national scale</h2>
<p>If approximately 250,000 <a href="https://chapter7vs13.org/" title="Chapter 13">Chapter 13</a> cases are filed annually and 60-67% end without discharge, that means roughly 150,000 - 167,000 people per year go through this experience. Even using the more conservative formal <a href="https://dismissalrate.org" rel="noopener" target="_blank" title="Bankruptcy Dismissal Rates - Open Bankruptcy Project">dismissal rate</a> of 26%, that is 65,000 dismissed cases per year.</p>
<div class="callout">
<p><strong>Conservative estimate of annual harm:</strong></p>
<p>65,000 dismissed cases x $10,000 average loss per case = <strong>$650 million per year</strong> in direct financial harm to debtors from dismissed Chapter 13 cases alone.</p>
<p>Using the broader failure rate: 150,000 non-discharge outcomes x $8,000 average loss = <strong>$1.2 billion per year</strong>.</p>
<p>Not all of this is attributable to mills. But the <a href="/by-the-numbers.html">data shows</a> that mills drive a disproportionate share of dismissals. An attorney with an 80% <a href="https://dismissalrate.org" rel="noopener" target="_blank" title="Bankruptcy Dismissal Rates - Open Bankruptcy Project">dismissal rate</a>, filing 300 cases per year, is personally responsible for approximately 240 dismissed cases and $2.4 million in debtor losses annually.</p>
</div>
<h2>The cost of doing it right</h2>
<p>The irony of the mill model is that quality representation is not dramatically more expensive. The difference between a $4,000 attorney fee that leads to discharge and a $4,000 attorney fee that leads to dismissal is not the dollar amount - it is the work behind it.</p>
<p>What a competent bankruptcy attorney provides that a mill does not:</p>
<ul>
<li><strong>Pre-filing analysis.</strong> Honest assessment of whether Chapter 13 is the right option, or whether <a href="https://whatischapter7.com/" title="Chapter 7">Chapter 7</a>, debt management, or non-bankruptcy alternatives would be better.</li>
<li><strong>Accurate schedules.</strong> Complete and correct petition preparation, reducing deficiency notices and trustee objections.</li>
<li><strong>Responsive representation.</strong> Answering client calls, attending hearings, responding to motions, and filing plan modifications when circumstances change.</li>
<li><strong>Post-confirmation monitoring.</strong> Ensuring the debtor stays on track and addressing problems before they become motions to dismiss.</li>
</ul>
<p>For information about how to find attorneys who provide this level of service, see <a href="https://bankruptcymill.org/find-a-lawyer.html">Find a Lawyer</a> on bankruptcymill.org.</p>
<h2>What can be done</h2>
<p>If you are currently in a Chapter 13 case and concerned about the quality of your representation, there are steps you can take. For practical guidance, see <a href="https://bankruptcymill.org/what-to-do.html">What To Do</a> on our consumer guide site.</p>
<p>If you want to understand the data behind these conclusions, see our <a href="/by-the-numbers.html">Statistics</a> page. If you want to understand why the system allows this to happen, see <a href="/enforcement-gap.html">Why Nobody Stops Them</a>.</p>
<p>To check your eligibility for a future bankruptcy discharge, use the free <a href="https://1328f.com">discharge eligibility screener</a>.</p>
</div>
<div class="kofi-box">
<p>Every dollar funds <a href="https://1328f.com/glossary.html#pacer" title="PACER">PACER</a> access, data tools, and our mission to make this information freely available. No grants. No sponsors.</p>
<a class="btn-kofi" href="https://1328f.org/support/">Support this research</a>
</div>
<!-- BTN Cross-Links (auto-generated by crosslink_builder.py) -->
<div class="btn-crosslinks" style="max-width:820px;margin:1.5rem auto;padding:1.5rem;background:#161b22;border:1px solid #30363d;border-radius:8px">
<p style="color:#f0f6fc;font-weight:600;font-size:1rem;margin:0 0 0.75rem 0">Related Guides</p>
<ul style="list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0.5rem">
<li><a href="https://openbankruptcyproject.org" style="color:#58a6ff;text-decoration:none">Open Bankruptcy Project</a></li>
<li><a href="https://monitor.openbankruptcyproject.org" style="color:#58a6ff;text-decoration:none">Attorney Monitoring Dashboard</a></li>
<li><a href="https://bankruptcymalpractice.org" style="color:#58a6ff;text-decoration:none">Bankruptcy Malpractice Guide</a></li>
</ul>
</div>
</main>
<div style="background:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.5rem;max-width:700px;margin:2rem auto">
<p style="color:#f0f6fc;font-weight:600;font-size:1.05rem;margin:0 0 0.75rem 0">Further Reading & Resources</p>
<p style="color:#9eaab6;font-size:0.85rem;margin:0 0 1rem 0">Authority sources for deeper research on <a href="https://bankruptcymalpractice.org" rel="noopener" target="_blank" title="Bankruptcy Attorney Malpractice - Open Bankruptcy Project">bankruptcy malpractice</a> and mill attorneys:</p>
<ul style="list-style:none;padding:0;margin:0">
<li style="margin-bottom:0.5rem"><a href="https://www.law.cornell.edu/uscode/text/11/329" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">11 U.S.C. Section 329</a><br/><span style="color:#7d8590;font-size:0.8rem">Cornell LII - attorney fee review</span></li>
<li style="margin-bottom:0.5rem"><a href="https://www.law.cornell.edu/uscode/text/11/526" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">11 U.S.C. Sections 526-528</a><br/><span style="color:#7d8590;font-size:0.8rem">Cornell LII - debt relief agency rules</span></li>
<li style="margin-bottom:0.5rem"><a href="https://www.justice.gov/ust" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">U.S. Trustee Program</a><br/><span style="color:#7d8590;font-size:0.8rem">DOJ attorney oversight</span></li>
<li style="margin-bottom:0.5rem"><a href="https://www.consumerfinance.gov/complaint/" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">CFPB Complaint Tool</a><br/><span style="color:#7d8590;font-size:0.8rem">File complaints</span></li>
<li style="margin-bottom:0.5rem"><a href="https://www.americanbar.org/groups/professional_responsibility/resources/links_of_interest/" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">State Bar Discipline Lookup</a><br/><span style="color:#7d8590;font-size:0.8rem">ABA links</span></li>
<li style="margin-bottom:0.5rem"><a href="https://www.lawhelp.org/" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">Find Free Legal Aid</a><br/><span style="color:#7d8590;font-size:0.8rem">Alternative to mill attorneys</span></li>
<li style="margin-bottom:0.5rem"><a href="https://scholar.google.com/scholar?q=%22bankruptcy+mill%22+attorney+malpractice+consumer" rel="noopener" style="color:#58a6ff;font-size:0.9rem;text-decoration:none" target="_blank">Bankruptcy Mill Research</a><br/><span style="color:#7d8590;font-size:0.8rem">Google Scholar</span></li>
</ul>
</div>
<!-- RELATED GUIDES - injected by inject_related_guides.py -->
<div id="related-guides" style="max-width:900px;margin:2.5rem auto;padding:0 1rem">
<p style="color:#f0f6fc;font-weight:700;font-size:1.2rem;margin:0 0 1rem 0;text-align:center">Related Guides</p>
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem">
<a class="related-card" href="https://bankruptcymill.org?utm_source=bankruptcymill.com&utm_medium=related-guides&utm_campaign=btn-network" style="background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;text-decoration:none;display:block;transition:border-color 0.2s,transform 0.2s">
<p style="color:#58a6ff;font-weight:600;font-size:1rem;margin:0 0 0.4rem 0">Bankruptcy Mill Warning Signs</p>
<p style="color:#9eaab6;font-size:0.85rem;margin:0;line-height:1.4">Warning signs of a bankruptcy mill</p>
<p style="color:#58a6ff;font-size:0.8rem;margin:0.5rem 0 0 0">bankruptcymill.org →</p>
</a>
<a class="related-card" href="https://whatischapter7.com?utm_source=bankruptcymill.com&utm_medium=related-guides&utm_campaign=btn-network" style="background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;text-decoration:none;display:block;transition:border-color 0.2s,transform 0.2s">
<p style="color:#58a6ff;font-weight:600;font-size:1rem;margin:0 0 0.4rem 0">What Is Chapter 7 Bankruptcy?</p>
<p style="color:#9eaab6;font-size:0.85rem;margin:0;line-height:1.4">Everything you need to know about Chapter 7</p>
<p style="color:#58a6ff;font-size:0.8rem;margin:0.5rem 0 0 0">whatischapter7.com →</p>
</a>
<a class="related-card" href="https://meanstest.org?utm_source=bankruptcymill.com&utm_medium=related-guides&utm_campaign=btn-network" style="background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;text-decoration:none;display:block;transition:border-color 0.2s,transform 0.2s">
<p style="color:#58a6ff;font-weight:600;font-size:1rem;margin:0 0 0.4rem 0">Bankruptcy Means Test Guide</p>
<p style="color:#9eaab6;font-size:0.85rem;margin:0;line-height:1.4">Find out if you qualify for Chapter 7</p>
<p style="color:#58a6ff;font-size:0.8rem;margin:0.5rem 0 0 0">meanstest.org →</p>
</a>
<a class="related-card" href="https://automaticstay.org?utm_source=bankruptcymill.com&utm_medium=related-guides&utm_campaign=btn-network" style="background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.25rem;text-decoration:none;display:block;transition:border-color 0.2s,transform 0.2s">
<p style="color:#58a6ff;font-weight:600;font-size:1rem;margin:0 0 0.4rem 0">The Automatic Stay Explained</p>
<p style="color:#9eaab6;font-size:0.85rem;margin:0;line-height:1.4">How the automatic stay protects you from creditors</p>
<p style="color:#58a6ff;font-size:0.8rem;margin:0.5rem 0 0 0">automaticstay.org →</p>
</a>
</div>
</div>
<style>
.related-card:hover {border-color:#58a6ff !important;transform:translateY(-2px)}
</style>
<!-- /RELATED GUIDES -->
<!-- BOOST-TOP10 internal links (boost_internal_links.py) -->
<div class="boost-top10" style="max-width:820px;margin:2rem auto;padding:1.5rem;background:#0d1117;border:1px solid #238636;border-radius:8px">
<p style="color:#f0f6fc;font-weight:700;font-size:1.05rem;margin:0 0 0.75rem 0">You May Also Find Helpful</p>
<ul style="list-style:none;padding:0;margin:0">
<li style="margin-bottom:0.5rem"><a href="https://chapter7vs13.org/?utm_source=bankruptcymill.com&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Chapter 7 vs. Chapter 13 Comparison</a> <span style="color:#7d8590;font-size:0.8rem">-- chapter7vs13.org</span></li>
<li style="margin-bottom:0.5rem"><a href="https://bankruptcymeanstest.org/?utm_source=bankruptcymill.com&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Bankruptcy Means Test by State</a> <span style="color:#7d8590;font-size:0.8rem">-- bankruptcymeanstest.org</span></li>
<li style="margin-bottom:0.5rem"><a href="https://727a8.com/?utm_source=bankruptcymill.com&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Section 727(a)(8) Discharge Waiting Period</a> <span style="color:#7d8590;font-size:0.8rem">-- 727a8.com</span></li>
</ul>
</div>
<!-- BTN:FOOTER:START -->
<footer class="network-footer" role="contentinfo">
<p><strong>Part of the Bankruptcy Transparency Network</strong></p>
<p>Real information, no strings.</p>
<div class="links">
<a href="https://1328f.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Discharge Screener</a>
<a href="https://openbankruptcyproject.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Open Bankruptcy Project</a>
<a href="https://chapter7vs13.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Ch.7 vs Ch.13</a>
<a href="https://howmuchdoesbankruptcycost.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Bankruptcy Cost</a>
<a href="https://automaticstay.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Automatic Stay</a>
<a href="https://341meeting.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">341 Meeting</a>
<a href="https://bankruptcyexemptionsbystate.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Exemptions by State</a>
<a href="https://meanstest.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Means Test</a>
<a href="https://filebankruptcywithoutlawyer.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">File Without a Lawyer</a>
<a href="https://rebuildcreditafterbankruptcy.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Rebuild Credit</a>
<a href="https://1099cdebt.com">1099cdebt.com</a>
</div>
<p class="disclaimer">Free bankruptcy education for the public interest. Not legal advice.
If you need legal help, contact a licensed attorney in your state.
A project of the <a href="https://openbankruptcyproject.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Open Bankruptcy Project</a>,
a 501(c)(3) nonprofit (EIN 41-5159631).</p>
<p><a href="https://openbankruptcyproject.org/privacy.html?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Privacy</a> |
<a href="https://openbankruptcyproject.org/terms.html?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Terms</a></p>
<div style="text-align:center;padding:1rem 0 0;border-top:1px solid #30363d;margin-top:1.5rem">
<p style="color:#7d8590;font-size:0.75rem">Our research was cited by the federal judiciary as <a href="https://www.uscourts.gov/rules-policies/records-and-archives-rules-committees/rules-suggestions" target="_blank" rel="noopener" style="color:#58a6ff">Suggestion 26-BK-3</a></p>
</div>
</footer>
<!-- BTN:FOOTER:END -->
<div style="background:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.5rem;text-align:center;max-width:900px;margin:2rem auto 0">
<p style="color:#f0f6fc;font-size:1.1rem;font-weight:600;margin-bottom:0.25rem">PACER cases made free through RECAP: <span id="recap-count" style="color:#58a6ff">91</span> of 37.9 million</p>
<p style="color:#9eaab6;font-size:0.85rem;margin-bottom:0.75rem">Every document we access becomes permanently free for the next researcher, attorney, or debtor.</p>
<div style="background:#21262d;border-radius:6px;height:22px;overflow:hidden;margin:0.75rem auto;max-width:400px"><div style="background:#161b22;border:1px solid #30363d;border-radius:6px;padding:1.5rem;text-align:center;max-width:600px;margin:2rem auto">
<p style="color:#f0f6fc;font-size:1rem;font-weight:600;margin-bottom:0.5rem">Stay updated on new datasets and research findings</p>
<p style="color:#9eaab6;font-size:0.85rem;margin-bottom:1rem">No spam. No marketing. Just data.</p>
<form action="https://formspree.io/f/xkoqeyzw" method="POST" style="display:flex;gap:0.5rem;justify-content:center;flex-wrap:wrap">
<input name="email" placeholder="your@email.com" required="" style="padding:0.5rem 1rem;border-radius:6px;border:1px solid #30363d;background:#0d1117;color:#f0f6fc;font-size:0.9rem;min-width:250px" type="email"/>
<input name="_subject" type="hidden" value="OBP Research Subscriber"/>
<button style="padding:0.5rem 1.5rem;border-radius:6px;border:none;background:#238636;color:#fff;font-weight:600;font-size:0.9rem;cursor:pointer" type="submit">Subscribe</button>
</form>
</div>
<div id="recap-bar" style="background:linear-gradient(90deg,#238636,#2ea043);height:100%;width:0%;border-radius:6px;min-width:2px"></div></div>
<p style="margin-bottom:0.25rem"><span id="recap-donated" style="color:#58a6ff;font-size:1.2rem;font-weight:700">$0</span> <span style="color:#9eaab6">of</span> <span style="color:#f0f6fc;font-size:1.2rem;font-weight:700">$5,000</span> <span style="color:#9eaab6">Q1 PACER research goal</span></p>
<p style="color:#9eaab6;font-size:0.8rem;margin-bottom:0.75rem">1,500+ hours. No grants, no institutional backing.</p>
<a href="https://1328f.org/support/" style="display:inline-block;background:#238636;color:#fff;padding:0.5rem 1.5rem;border-radius:6px;font-weight:600;font-size:0.9rem;text-decoration:none">Sponsor this research</a>
</div>
<script>fetch("https://1328f.com/data/recap-count.json").then(function(r){return r.json()}).then(function(d){var e=document.getElementById("recap-count");if(e&&d.count!==undefined)e.textContent=d.count.toLocaleString();var b=document.getElementById("recap-bar");if(b&&d.count)b.style.width=Math.min(100,d.count/37900000*100).toFixed(4)+"%";var dn=document.getElementById("recap-donated");if(dn&&d.donated!==undefined)dn.textContent="$"+d.donated.toLocaleString()}).catch(function(){})</script>
<script defer="" src="/btn-engage.js"></script>
<script defer="" src="https://openbankruptcyproject.org/btn-search.js"></script>
</body>
</html>