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

 

Related Topics

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.

随机推荐

  1. ovs 数据包的处理过程

    Openvswitch的内核模块openvswitch.ko会在网卡上注册一个函数netdev_frame_hook,每当有网络包到达网卡的时候,这个函数就会被调用. static struct sk ...

  2. 基于libuv的TCP设计(三)

      基于libuv的TCP设计(一) 基于libuv的TCP设计(二)   一.第二版本的libuv_tcp已经基本可以使用.不会出错与崩溃现象,支持几百路客户端同时连接.可是有一缺陷就占用CPU非常 ...

  3. linux maven环境变量配置

    export MAVEN_HOME=/opt/hjyang/soft/maven export MAVEN_HOME export PATH=$PATH:$MAVEN_HOME/bin

  4. 构造几个死锁的例子(Java )

    目录 构造几个死锁的例子(Java ) 1 2 3 构造几个死锁的例子(Java ) 1 public class Deadlock { public static void main(String[ ...

  5. 利用Python进行数据分析 第8章 数据规整:聚合、合并和重塑.md

    学习时间:2019/11/03 周日晚上23点半开始,计划1110学完 学习目标:Page218-249,共32页:目标6天学完(按每页20min.每天1小时/每天3页,需10天) 实际反馈:实际XX ...

  6. SPA项目首页导航+左侧菜单

    Mock.js是个啥 前后端分离之后,前端迫切需要一种机制,不再需要依赖后端接口开发,而今天的主角mockjs就可以做到这一点 Mock.js是一个模拟数据的生成器,用来帮助前端调试开发.进行前后端的 ...

  7. 题解-CSA Beta Round#1 Number Elimination

    Problem CSA-Beta Round#3 题意概要:给定 \(n\) 个数组成的序列,定义一次操作: 在当前序列中选择两个数,将其中较小的数从序列中删除(若两个数相同,则删除在序列中更靠前的) ...

  8. SVN_02安裝

    1.下载 TortoiseSVN  https://tortoisesvn.net/downloads.html 2.下载 VIsualSVN    https://www.visualsvn.com ...

  9. winserver2012远程桌面进入只有CMD窗口,无桌面解决方法

    原因:.net framework4.5是Windows server图形化界面的基础,系统还原时只装了核心模式core,系统没有了图形界面当然只有cmd了   解决方法:使用dism命令需要将核心模 ...

  10. http://go.microsoft.com/fwlink/?linkid问题

    今天不知怎的,打开一个网页出现了http://go.microsoft.com/fwlink/?linkid=XXX 烦死了,在百度搜了下方法,什么改注册表,策略模板等不见起效.其实打开IE的设置, ...