Defining an Impaired Asset

4 min read

When it comes to defining an impaired asset, its fair market value is worth less than the original cost of the asset – or, more formally, its carrying value. As a company re-evaluates its assets’ value, and when it determines there’s a discrepancy between the book or original value and the current market value, impaired assets that are lower in value are written down on the balance sheet. The business’ income statement shows a loss for the negative difference in value. Impaired assets can be Property, Plant, and Equipment (PP&E), goodwill, or fixed assets.

Making a Judgment on Asset Impairment  

One more consideration to get an accurate calculation, according to generally accepted accounting principles (GAAP), is to ensure that accumulated depreciation is subtracted from the asset’s historical or original cost before assessing the difference between the fair market and carrying values. Equally as important is the GAAP recommendation for businesses to perform impairment tests annually.

Assets could be damaged physically, consumer demand may change, or legal factors could reduce its fair market value. These reasons may cause lowered projected future cash flows – lower than an asset’s current carrying value. It, therefore, requires an impairment assessment.  

Illustrating With a Real-World Example

Take a business that bought a piece of equipment 24 months ago worth $500,000 and depreciates it $25,000 annually. Using these two figures, we can determine the equipment’s carrying value is as follows for the present year:

[($500,000 – ($25,000 x 2 years)] = $450,000

If the same type of asset (same age, usage, etc.) can be purchased on the open market but is able to be purchased for $400,000 (market value), the asset the business owns would be considered an impaired asset.

The difference between the current market value and the carrying value is: $450,000 – $400,000 = $50,000. The $50,000 would be written down.

It’s important to note that once an asset is impaired, depreciation going forward must be recalculated based upon the new valuation figure.

Criteria to Establish Impairment

According to GAAP, businesses must begin with a recoverability test. If the initial cost of an asset (minus any depreciation or amortization) is more than the non-discount rate adjusted cash flows it’s projected to produce, the asset is considered impaired.

Assuming the asset is deemed impaired, the second part determines how much impairment exists, which is the gap between the original and market value of the asset in question. If the fair value is unspecified, the total of the discount rate adjusted future cash flows is acceptable.

Assuming the total of non-discount rate adjusted future cash flows is $90,000 – the projected undiscounted cash flows through the next 36 months, which is lower than the estimated carry amount (or book value) of $115,000. The recoverability test is passed, so the asset should be impaired. Based on the second step, the impairment loss will be $25,000 ($115,000 – $90,000). If, however, the fair market value is unknown, the projected cash flows of $30,000 per year for the next 36 months should be discounted to present value. This example can assume a 5 percent discount rate:

Year 1 – $30,000 / (1+0.05) = $30,000 / 1.05 = ($28,571.43)

Year 2 – $30,000 / (1+0.05)^2 = $30,000 / (1.1025) = ($27,210.88)

Year 3 – $30,000 / (1+0.05)^3 = $30,000 / (1.1576) = ($25,915.69)

To calculate the impairment loss with an unknown fair market value: $115,000 – ($28,571.43 + $27,210.88 + $25,915.69) = $115,000 – $81,698.00 = $33,302.00

Whether it’s a time of economic uncertainty or the economy is firing on full cylinders, assets can change value. Businesses that effectively navigate changing conditions are able to increase their chances of surviving or thriving amid the challenges they might face.


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

Defining an Impaired Asset

February 1, 2023  ·  Blog, General Business News, Uncategorized

4 min read

When it comes to defining an impaired asset, its fair market value is worth less than the original cost of the asset – or, more formally, its carrying value. As a company re-evaluates its assets’ value, and when it determines there’s a discrepancy between the book or original value and the current market value, impaired assets that are lower in value are written down on the balance sheet. The business’ income statement shows a loss for the negative difference in value. Impaired assets can be Property, Plant, and Equipment (PP&E), goodwill, or fixed assets.

Making a Judgment on Asset Impairment  

One more consideration to get an accurate calculation, according to generally accepted accounting principles (GAAP), is to ensure that accumulated depreciation is subtracted from the asset’s historical or original cost before assessing the difference between the fair market and carrying values. Equally as important is the GAAP recommendation for businesses to perform impairment tests annually.

Assets could be damaged physically, consumer demand may change, or legal factors could reduce its fair market value. These reasons may cause lowered projected future cash flows – lower than an asset’s current carrying value. It, therefore, requires an impairment assessment.  

Illustrating With a Real-World Example

Take a business that bought a piece of equipment 24 months ago worth $500,000 and depreciates it $25,000 annually. Using these two figures, we can determine the equipment’s carrying value is as follows for the present year:

[($500,000 – ($25,000 x 2 years)] = $450,000

If the same type of asset (same age, usage, etc.) can be purchased on the open market but is able to be purchased for $400,000 (market value), the asset the business owns would be considered an impaired asset.

The difference between the current market value and the carrying value is: $450,000 – $400,000 = $50,000. The $50,000 would be written down.

It’s important to note that once an asset is impaired, depreciation going forward must be recalculated based upon the new valuation figure.

Criteria to Establish Impairment

According to GAAP, businesses must begin with a recoverability test. If the initial cost of an asset (minus any depreciation or amortization) is more than the non-discount rate adjusted cash flows it’s projected to produce, the asset is considered impaired.

Assuming the asset is deemed impaired, the second part determines how much impairment exists, which is the gap between the original and market value of the asset in question. If the fair value is unspecified, the total of the discount rate adjusted future cash flows is acceptable.

Assuming the total of non-discount rate adjusted future cash flows is $90,000 – the projected undiscounted cash flows through the next 36 months, which is lower than the estimated carry amount (or book value) of $115,000. The recoverability test is passed, so the asset should be impaired. Based on the second step, the impairment loss will be $25,000 ($115,000 – $90,000). If, however, the fair market value is unknown, the projected cash flows of $30,000 per year for the next 36 months should be discounted to present value. This example can assume a 5 percent discount rate:

Year 1 – $30,000 / (1+0.05) = $30,000 / 1.05 = ($28,571.43)

Year 2 – $30,000 / (1+0.05)^2 = $30,000 / (1.1025) = ($27,210.88)

Year 3 – $30,000 / (1+0.05)^3 = $30,000 / (1.1576) = ($25,915.69)

To calculate the impairment loss with an unknown fair market value: $115,000 – ($28,571.43 + $27,210.88 + $25,915.69) = $115,000 – $81,698.00 = $33,302.00

Whether it’s a time of economic uncertainty or the economy is firing on full cylinders, assets can change value. Businesses that effectively navigate changing conditions are able to increase their chances of surviving or thriving amid the challenges they might face.


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