Tax Planning Guide for Disaster Area Victims

4 min read

The recent hurricane Ian impacted much of the southeast United States. As a result, it is good to know the general tax rules related to disaster victims. Below, we look at several tax topics for disaster area victims.

1. Tax Returns and Filings

Q: I am a disaster area victim and needed to move from my home. I might not be back for a long time or even at all. Which address should I use on my tax return?

A: A taxpayer should always use their current address in filing a tax return. In the situation where you move after filing your return, you need to update your address with the IRS. You can do this either by filing form 8822 or calling the IRS Disaster Hotline at 866-562-5227.

Q: I filed an extension for my form 1040, giving me until Oct. 15 to file. Are there any further extensions available?

A: Taxpayers who already filed for an extension until Oct. 15 and live in a federally declared disaster area of the recent hurricanes receive an automatic extension due date of Dec. 31.

2. Payments

Q: I have a balance due on my 2021 tax return and am currently accruing interest on it. Is there any relief for disaster victims on interest charges?

A: No, the IRS is not giving any forbearance or cancellation of interest on tax balance liabilities. The IRS is, however, willing to waive late payment penalties when the taxpayer can prove the reason they are late is caused by issues related to the disaster.

3. Property and Casualty Loss

Q: During a recent disaster, we lost electricity, and all the food in my refrigerator and freezers spoiled, and I had to throw it away. My homeowners’ insurance reimbursed me, and it was for more than the food cost me. Do I have to report any income on the amount over my food costs?

A: No. The tax code makes a distinction between scheduled property and general reimbursements. For unscheduled property (general reimbursements), the taxpayer does not need to recognize income for reimbursements on personal property, even if it was more than the cost of the lost property.

Q: I need to prove the reasonable value (FMV) of my home. Am I allowed to use property tax assessments to substantiate the FMV of my home?

A: No, the only way a taxpayer can establish the FMV of a property is either with an appraisal by a credentialed appraiser or using the cost of repairs method.

4. Sale of Home

Q: My primary residence was destroyed, and the cause was deemed to be a federally declared disaster. After clearing the lot, I sold the land alone for a gain. Do I have to pay taxes on the gain or is there an exclusion since it is where my primary residence used to be?

A: Selling a vacant lot does not qualify for the exemption on gains from primary residences. The exception to this rule is if the land previously had the taxpayer’s main residence on it. In this case, if the taxpayer would have qualified for the main residence exemption before the disaster, the gain on the sale of the vacant land would be exempt here as well.

5. Expenses

Q: I worked in a federally declared disaster area and had to move for my job at my own expense. Can I deduct my travel and related expenses?

A: The answer depends on whether or not the move is expected to last for more than one year. If you expect the move to be temporary, defined as less than one year, then there is no change in your tax home. In this case, you can deduct travel and related expenses to get you both to and back from your temporary work assignment. If the move is long-term, defined as more than one year, then the expenses are not deductible, regardless of whether your employer reimbursed you.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.

"; return; } var url = block.dataset.restUrl + "?post_id=" + encodeURIComponent(block.dataset.postId) + "&keyword=" + encodeURIComponent(keyword); output.innerHTML = "
Searching…
"; submit.disabled = true; output.setAttribute("aria-busy", "true"); fetch(url, { headers: { "X-WP-Nonce": block.dataset.nonce } }) .then(function(r){ return r.json().then(function(data){ return { status: r.status, data: data }; }); }) .then(function(resp){ if (resp.status === 200 && resp.data && resp.data.success) { dpSimilarRender(output, keyword, resp.data); } else if (resp.status === 403) { output.innerHTML = "
Session expired. Please refresh the page and try again.
"; } else if (resp.status === 429) { output.innerHTML = "
Too many searches. Please try again in a few minutes.
" + dpSimilarCta(output, -1); } else { output.innerHTML = "
Search failed. Please try again.
" + dpSimilarCta(output, -1); } }) .catch(function(){ output.innerHTML = "
Could not reach the server. Please check your connection.
" + dpSimilarCta(output, -1); }) .then(function(){ submit.disabled = false; output.removeAttribute("aria-busy"); }); } function dpAskGrokSend(block) { var input = block.querySelector(".dp-ask-grok-input"); var result = block.querySelector(".dp-ask-grok-result"); var send = block.querySelector(".dp-ask-grok-send"); var form = block.querySelector(".dp-ask-grok-form"); var button = block.querySelector(".dp-ask-grok-button"); var intro = block.querySelector(".dp-ask-grok-intro"); var question = (input.value || "").trim(); if (question.length Please ask a question of at least 10 characters."; return; } if (question.length > 500) { result.innerHTML = "
Question is too long. Please keep it under 500 characters.
"; return; } result.innerHTML = "
Asking Grok\u2026 (this can take 10-20 seconds)
"; send.disabled = true; result.setAttribute("aria-busy", "true"); fetch(block.dataset.restUrlAskGrok, { method: "POST", headers: { "Content-Type": "application/json", "X-WP-Nonce": block.dataset.nonce }, body: JSON.stringify({ post_id: parseInt(block.dataset.postId, 10), question: question }) }) .then(function(r){ return r.json().then(function(data){ return { status: r.status, data: data }; }); }) .then(function(resp){ if (resp.status === 429) { if (form) form.style.display = "none"; if (intro) intro.style.display = ""; if (button) { button.style.display = ""; button.disabled = true; button.setAttribute("title", "Daily limit reached. Try again tomorrow."); button.textContent = "Daily limit reached"; } var rateMsg = (resp.data && resp.data.message) ? resp.data.message : "You\u2019ve reached today\u2019s question limit. Please try again tomorrow."; result.innerHTML = "
" + dpSimilarEscape(rateMsg) + "
"; return; } if (resp.status === 403) { result.innerHTML = "
Session expired. Please refresh the page and try again.
"; return; } if (resp.status === 200 && resp.data && resp.data.success) { var safeAnswer = dpSimilarEscape(resp.data.answer || ""); var safeDisclaimer = dpSimilarEscape(resp.data.disclaimer || ""); var answerHtml = "
"; answerHtml += "

" + safeAnswer + "

"; answerHtml += "

\u26a0\ufe0f " + safeDisclaimer + "

"; answerHtml += "
"; result.innerHTML = answerHtml; if (form) form.style.display = "none"; if (intro) intro.style.display = ""; if (button) { button.style.display = ""; button.disabled = true; button.setAttribute("title", "Daily limit reached. Try again tomorrow."); button.textContent = "Daily limit reached"; } return; } if (resp.status === 200 && resp.data && !resp.data.success) { var msg = dpSimilarEscape(resp.data.message || "Could not process your question right now."); result.innerHTML = "
" + msg + "
"; return; } result.innerHTML = "
Could not process your question right now. Please try again later.
"; }) .catch(function(){ result.innerHTML = "
Could not reach the server. Please check your connection and try again.
"; }) .then(function(){ if (send) send.disabled = false; result.removeAttribute("aria-busy"); }); } function dpSimilarRender(output, keyword, data) { var html = ""; if (data.count === 0) { html += "
No matches found for “" + dpSimilarEscape(keyword) + "”.
"; } else { html += "

Articles matching “" + dpSimilarEscape(keyword) + "”

"; html += "
    "; data.results.forEach(function(r){ html += "
  • "; html += "" + r.title + ""; html += "" + r.date + ""; html += "
  • "; }); html += "
"; } html += dpSimilarCta(output, data.count); output.innerHTML = html; } function dpSimilarCta(output, count) { var block = output.closest(".dp-similar-block"); var contactUrl = block ? block.dataset.contactUrl : ""; if (!contactUrl) { return ""; } var ctaText; if (count === -1) { ctaText = "While you wait, here are some other ways to get help:"; } else if (count === 0) { ctaText = "Couldn\u2019t find what you needed? Speak with a professional for personalized help."; } else { ctaText = "Need more help with this topic? Speak with a professional."; } var html = "
"; html += "

" + ctaText + "

"; html += "Talk to a Professional"; html += "
"; var isFullApi = block && block.dataset.isFullApi === "1"; html += "

Or ask our AI assistant a quick question about this topic.

"; html += ""; html += "
"; html += ""; html += ""; html += ""; html += ""; html += "
"; html += "
"; html += "
"; html += "
"; return html; } function dpSimilarEscape(s) { var div = document.createElement("div"); div.textContent = s; return div.innerHTML; }})();

Coronado-Fortune & Associates, LLC

Tax Planning Guide for Disaster Area Victims

November 1, 2022  ·  Blog, Tax and Financial News, Uncategorized

4 min read

The recent hurricane Ian impacted much of the southeast United States. As a result, it is good to know the general tax rules related to disaster victims. Below, we look at several tax topics for disaster area victims.

1. Tax Returns and Filings

Q: I am a disaster area victim and needed to move from my home. I might not be back for a long time or even at all. Which address should I use on my tax return?

A: A taxpayer should always use their current address in filing a tax return. In the situation where you move after filing your return, you need to update your address with the IRS. You can do this either by filing form 8822 or calling the IRS Disaster Hotline at 866-562-5227.

Q: I filed an extension for my form 1040, giving me until Oct. 15 to file. Are there any further extensions available?

A: Taxpayers who already filed for an extension until Oct. 15 and live in a federally declared disaster area of the recent hurricanes receive an automatic extension due date of Dec. 31.

2. Payments

Q: I have a balance due on my 2021 tax return and am currently accruing interest on it. Is there any relief for disaster victims on interest charges?

A: No, the IRS is not giving any forbearance or cancellation of interest on tax balance liabilities. The IRS is, however, willing to waive late payment penalties when the taxpayer can prove the reason they are late is caused by issues related to the disaster.

3. Property and Casualty Loss

Q: During a recent disaster, we lost electricity, and all the food in my refrigerator and freezers spoiled, and I had to throw it away. My homeowners’ insurance reimbursed me, and it was for more than the food cost me. Do I have to report any income on the amount over my food costs?

A: No. The tax code makes a distinction between scheduled property and general reimbursements. For unscheduled property (general reimbursements), the taxpayer does not need to recognize income for reimbursements on personal property, even if it was more than the cost of the lost property.

Q: I need to prove the reasonable value (FMV) of my home. Am I allowed to use property tax assessments to substantiate the FMV of my home?

A: No, the only way a taxpayer can establish the FMV of a property is either with an appraisal by a credentialed appraiser or using the cost of repairs method.

4. Sale of Home

Q: My primary residence was destroyed, and the cause was deemed to be a federally declared disaster. After clearing the lot, I sold the land alone for a gain. Do I have to pay taxes on the gain or is there an exclusion since it is where my primary residence used to be?

A: Selling a vacant lot does not qualify for the exemption on gains from primary residences. The exception to this rule is if the land previously had the taxpayer’s main residence on it. In this case, if the taxpayer would have qualified for the main residence exemption before the disaster, the gain on the sale of the vacant land would be exempt here as well.

5. Expenses

Q: I worked in a federally declared disaster area and had to move for my job at my own expense. Can I deduct my travel and related expenses?

A: The answer depends on whether or not the move is expected to last for more than one year. If you expect the move to be temporary, defined as less than one year, then there is no change in your tax home. In this case, you can deduct travel and related expenses to get you both to and back from your temporary work assignment. If the move is long-term, defined as more than one year, then the expenses are not deductible, regardless of whether your employer reimbursed you.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.


Disclaimer 

These articles are intended to provide general resources for the tax and accounting needs of small businesses and individuals. Service2Client LLC is the author, but is not engaged in rendering specific legal, accounting, financial or professional advice. Service2Client LLC makes no representation that the recommendations of Service2Client LLC will achieve any result. The NSAD has not reviewed any of the Service2Client LLC content. Readers are encouraged to contact a professional regarding the topics in these articles. The images linked to these articles are protected by copyright and should not be copied for any reason.

Service2Client

Share
Published by
Service2Client