015 Won’t My Will Just Sit in a Drawer?

14/09/2025 6 min
015 Won’t My Will Just Sit in a Drawer?

Listen "015 Won’t My Will Just Sit in a Drawer?"

Episode Synopsis

Why That’s the Point — and How It Makes All the Difference







Download Your Free Book: https://tinyurl.com/monahan-estate-book







🎧 Listen on Apple Podcasts | Spotify



When people talk to me about estate planning, one of the most common questions I hear is:



“If I go through all the trouble of creating these documents… won’t they just sit in a drawer, gathering dust?”



And my answer is: Yes — and that’s exactly the point.







Estate Planning vs. Insurance



Think about how insurance works. You pay premiums for car insurance, health insurance, or homeowners insurance “just in case” something bad happens. You’re betting against an accident, an illness, or a fire.



Most of us hope we’ll never actually need to use those policies.



Estate planning is different. No one is going to bet that you’ll never die. That’s a guarantee. So while your documents may sit in a drawer for years, one day they will be needed. That’s why they matter.







Not Choosing Is Still a Choice



A lot of people assume that if they don’t make a plan, nothing happens. In reality, not planning is its own kind of plan.



If you do nothing, Illinois law has a default system for who inherits your property, who manages things, and how your affairs are handled. You might think your spouse automatically gets everything or that the most responsible sibling will be in charge — but that isn’t necessarily the case.



By creating a plan, you’re not just filling out paperwork. You’re taking control instead of letting the state write the rules for your family.







The Hand-Off Matters



Here’s another angle: estate planning isn’t just about the legal documents. It’s also about making sure your loved ones can find what they need when the time comes.



In most marriages, one person tends to be the “organizer” — the bill-payer, the password-keeper, the one who knows where everything is. If that person passes away first, the surviving spouse may be left scrambling to piece things together.



That’s why I created the Estate Planning Confidence Organizer. It’s a simple way to collect key information — from bank accounts and insurance policies to online logins — so the people you trust can step in without chaos.







Two Families, Two Outcomes



I’ve seen the difference this makes.




In one family, the plan was complete and well organized. When tragedy struck, everything went smoothly — no probate, no family fights, minimal cost and stress.



In another family, there was no plan. Probate dragged on for more than a year, legal fees piled up, and siblings’ relationships were damaged.




The contrast couldn’t have been clearer.







The Takeaway



Yes, your estate planning documents may spend most of their time sitting in a drawer. But that’s where they belong — ready for the day when they’re needed. Their value lies in the peace of mind they give you now, and the clarity they provide for your loved ones later.



If you already have a plan, this is a great time to review it. If you don’t, let’s start the conversation. Contact me right away.



📞 Call me at (847) 848-6165📧 Email me at [email protected]



Or ask about the Estate Planning Confidence Organizer to help you put everything in one place.




.about-container {
display: flex;
align-items: flex-start;
flex-wrap: wrap; /* allows content to wrap on smaller screens */
}
.about-text {
flex: 1;
padding-right: 20px;
min-width: 250px; /* ensures text doesn’t shrink too much */
}
.about-image {
flex: 0 0 auto;
align-self: flex-start;
margin-top: 30px;
}
.about-image img {
max-width: 100%; /* scales image down on small screens */
height: auto;
border: 2px solid #999;
padding: 4px;
box-sizing: border-box;
}

/* Responsive tweak: stack vertically on narrow screens */
@media (max-width: 768px) {
.about-container {
flex-direction: column;
}
.about-text {
padding-right: 0;
}
.