Write-Off
What is a Write-Off?
Write-offis an accounting term referring to an action whereby the book value of an asset is declared to be 0. A write-down also lowers asset book value, but it does not take the value to 0. In either case, the loss enters the accounting system as an expense.
Write-off and write-down are nouns naming actions, and the non-hyphenated phrases write off and write down are verbs for taking that action.
Assets can lose book value or become worthless for a variety of reasons.
One frequent use for the write-off occurs when a seller's accounts receivableassets become non-collectible. In that case, the seller writes off the debt by registering a Bad debt expense
A write-off (or write-down) is also called for when inventory assets lose some or all of their value. Note that inventory can lose value through obsolescence, changes in market demand, damage, spoilage, or theft.
Purpose of the Write Off
In any case, accounting write-offs serve two purposes:
- Firstly, write-offs support accounting accuracy objectives
- Secondly, the "write-off" creates tax savings for asset owners. These actions reduce tax liability by creating (non-cash) expenses that result in lower reported income.
Broader Meaning of Write Off
Note by the way that the term is also used informally and more broadly to mean "worthless." In this sense, "write-off" might refer to a project, initiative, or program that is abandoned, or stopped, because it is not expected to deliver hoped-for results. Or write-off can merely refer to an investment of any kind that is now worthless.
Explaining Write Off in Context
Sections below further define, explain, and illustrate write off in context with related terms and concepts from financial accounting and finance, focusing on three themes:
- First, the accounting definitions of Write-Off and Write-Down.
- Second, example transactions that show how Accountants write off bad debt and other losses.
- Third, how and why accountants write down inventory losses.
Contents
- What is a write-off?
- How do firms write off bad debt?
- Can a company write-down inventories?
- How do firms write-off other kinds of assets
Related Topics
- For more on the nature of creditor-debtor relationships, see Creditor - Debtor.
- For more on writing off bad debt, seeAllowance for Doubtful Accounts.
How Do Firms Write Off Bad Debt?
Sales transactions in business usually include payment timing provisions, such as "Net 30 from receipt of invoice." An invoice with this annotation means that payment is due no later than 30 days from invoice receipt. When a customer is late in paying, however, most companies continue to carry the obligation under "Accounts receivable" for some time. During this time, they use various means to encourage the customer to pay (see Bad Debt).
The Decision to Write Off a Bad Debt
Most firms, however, also have a specified cutoff period which may be something like 30, 60, 90, or 120 days, beyond which the firms must choose between two possible actions:
- Firstly, the company may decide to write off the obligation as a bad debt.
- Secondly, the company may choose instead to refer the debt to a collection service or their lawyers for further legal action.
Note that when accountants write off a debt, the customer's obligation to pay remains. Writing off the debt serves only to improve the company's accuracy in accounting.
Firms may also decide to write off a bad debt when it becomes clear for other reasons that the customer will never pay. They may admit this reality when, for instance, the customer goes out of business, other creditors sue the customer, or the customer challenges the legitimacy of the obligation.
"Bad Debt" Write-Off: Impact on Financial Statements
Specific "bad debt" write-off actions are standard accounting practice for every firm that uses accrual accounting and a double-entry accounting system. Writing of obligations in this way means making two accounting system accounts:
- Firstly, the firm debits the amount of the debt to an account. This account is a non-cash account. "Bad debt expense
- Secondly, the firm credits the same amount to a contra asset account, "Allowance for doubtful accounts."
Writing off the debt in this way therefore directly impacts two accounting system accounts: Bad debt expense and Allowance for doubtful accounts. Changes in these accounts, in turn, involve other accounts and the firm's financial reports as follows:
Income Statement Impact
Companies report revenues earned during the period on the Income statement. Note that "earned revenues" include those that are still payable. And, all "earned revenues" are carried in a Balance sheet "Current assets" account, "Accounts receivable." This account is itself is not an Income statement line item, but its balance is part of the Income statement item Total net sales Revenues.
When the period includes a bad debt write off, however, the Income statement does include the Bad debt expense balance as a line item. Items of this kind appear typically under "Operating expenses," below the Gross profit line. As a result, Bad debt expense from a write off lowers Operating profit and bottom line Net income.
Balance Sheet Impact
A bad debt write-off adds to the Balance sheet account, Allowance for doubtful accounts. And this, in turn, is subtracted from the Balance sheet Current assetscategory Accounts receivable. The result appears as Net Accounts receivable. The write off, in other words, means that Net Accounts receivable is less than Accounts receivable.
Statement of Changes in Financial Position (Cash Flow Statement)
Bad debt expense also appears as a non-cash expense item on the Statement of changes in financial position (Cash flow statement). Bad debt expense from a write off is subtracted from Sales Revenues, lowering Total Sources of Cash.
Statement of Retained Earnings
Net income (Net profit) from the Income statement impacts the Statement of retained earnings in two ways.
- Firstly, as dividends paid to shareholders
- Secondly, as retained earnings
At period end, the firm's Board of Directors decides how to distribute Net Income between "Dividends" and "Retained earnings." A write off impacts Net income, which means that the action also lowers dividends and retained earnings on the Statement of retained earnings.
For more on these transactions, and examples, see the articleAllowance for Doubtful Accounts.
随机推荐
- Linux之sudo免密码操作
使用普通用户只需特权命令是需要输入密码,然后在五分钟以内只需命令可以免密码,下面设置免密码操作 系统环境查看 切换至root用户 sudo -i #需要输入密码 修改sudoers文件 #增加一行 y ...
- DevOps - DevOps精要 - 歧途
前言 如果在实施DevOps的过程中,周围没有一个人支持你,也没有得到领导和团队成员的理解: 如果在采用DevOps的工具和方法之后,难以获得明显的效率提升,甚至得到了不少的消极反馈: 那就需要反省一 ...
- windows系统中在jupyter安装虚拟环境内核
一.在jupyter中安装虚拟环境内核 1.创建Python3虚拟环境 参考本文其他博客 2.进入虚拟环境 3.安装jupyter pip install jupyter 4.添加当前环境到jupyt ...
- spark源码阅读 RDDs
RDDs弹性分布式数据集 spark就是实现了RDDs编程模型的集群计算平台.有很多RDDs的介绍,这里就不仔细说了,这儿主要看源码. abstract class RDD[T: ClassTag]( ...
- 【转帖】IP地址总数
http://blog.sina.com.cn/s/blog_ac1d70a40102xn8z.html 计算规则挺有意思的 私有IP地址段: A类:10.0.0.0到10.255.255.255 1 ...
- [转帖]各种命令,以及FAQ..持续更新.....
各种命令,以及FAQ..持续更新..... https://www.cnblogs.com/jicki/p/5548668.html Linux 篇: CentOs 7 修改主机名 hostnamec ...
- java实现邮箱发送邮件功能
邮箱验证是一个很常见的功能了,基本上每个网站都会用的到,java也有专门的jar来处理邮件发送等服务,这里只是简单的实现一下发送邮件的功能,具体jar包就不再提供了,我会把所有需要引用的包都贴出来,方 ...
- 初始NLTK
NLTK官网:链接 Natural Language Toolkit NLTK corpora and lexical resources such as WordNet, along with a ...
- JS实现可用滑块滑动的缓动图
尝试模仿京东的"发现好货"模块的可用滑块滑动的缓动图 JS代码 function $(id) { return document.getElementById(id); } //缓 ...
- Scala Map与Tuple
创建Map // 创建一个不可变的Map val ages = Map("Leo" -> 30, "Jen" -> 25, "Jack&q ...