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.
随机推荐
- 关于STM32F405的GPIO中断问题
1. 下面的图,应该是多个引脚中断挂在同一个中断号上面,也就是PA0和PB0同时挂在一个中断源上面,那么就是说只能同时使用其中一个 寄存器的配置,确实只能有一个使用
- 进程间通信之pipe
实现数据传递 两个进程之间通信 多个进程之间通信,会导致数据不安全,需要加锁,示例 分类 无名管道:父子间进程通信 有名管道:父子间进程通信:任意两个进程之间通信 创建管道方法 os.mkfifo(p ...
- 微信小程序,内容组件中兼容的H5组件
受信任的HTML节点及属性 全局支持class和style属性,不支持id属性. 节点 属性 a abbr address article aside b bdi bdo ...
- mysql 查询的所有操作
数据查询语言DQL 基本查询语法形式 select [all | distinct] 字段或表达式列表 [from子句] [where子句] [group by子句] [having子句] [orde ...
- LeetCode 414. 第三大的数(Third Maximum Number) 3
414. 第三大的数 414. Third Maximum Number 题目描述 给定一个非空数组,返回此数组中第三大的数.如果不存在,则返回数组中最大的数.要求算法时间复杂度必须是 O(n). 每 ...
- [转帖]crontab每小时运行一次
crontab每小时运行一次 先给出crontab的语法格式 对于网上很多给出的每小时定时任务写法,可以说绝大多数都是错误的!比如对于下面的这种写法: 00 * * * * #每隔一小时执行一 ...
- 过滤器( filter )的使用
转自:https://www.jianshu.com/p/2ea2b0e4d1f2 过滤器通常 在 web 服务端用的比较多,有要功能 在客户端的请求访问后端资源之前,拦截这些请求. 在服务器的响应发 ...
- Word 中批量修改所有表格格式样式
1. 引言 我们在使用Word排版编写书籍时候,可能会带有许多表格,上百,甚至上千个表格都是有可能的.这么多的表格对于后期的样式修改是非常不利的,有什么好的方法能够一次性修改文档中所有的表格,将其统一 ...
- 第四章 函数之lambda 表达式和内置函数
4.5 lambda 表达式 用于表示简单的函数. # 三元运算,为了解决简单的if else的情况,如:if 1 == 1: a = 123else: a = 456# 相当于a = 1 ...
- Scala 数组操作之数组转换
使用yield和函数式编程转换数组 // 对Array进行转换,获取的还是Array val a = Array(1, 2, 3, 4, 5) val a2 = for (ele <- a) y ...