Write-Off vs Scrap vs Disposal — The Difference and When to Use Each

Published: April 14, 2026

Reviewed by CA Kiren Kumar K

Write-off, scrap, and disposal are three different ways to remove a fixed asset from the register. A write-off records an asset as having no remaining value; scrap recognises a small recoverable value from the material; disposal is a sale or transfer for consideration. Each carries its own accounting entry and depreciation cut-off date.

An organisation purchases 200 chairs over five years. Some break, some are lost during office relocations, and some are simply obsolete. When the auditor asks for a reconciliation, the register still shows 200. Nobody formally removed any of them. The finance team knows the number is wrong, but there is no documented process for taking assets off the books — so they stay, year after year, inflating the asset base and distorting depreciation charges.

This is not a technology problem. It is a governance gap. Most organisations have a process for acquiring assets but no structured process for removing them. The result is an asset register that only grows — never shrinks — until a painful manual clean-up is forced during an audit.

This article explains how five distinct types of asset removal work when they are subject to the same governance framework as procurement: formal requisitions, approval chains, audit trails, and automatic register updates.

1. The Problem: Assets Disappear Without Governance

When there is no formal removal process, assets are removed from registers through ad-hoc methods:

The consequence is an asset register that does not reflect reality — and no trail showing how it got that way.

2. Five Types of Asset Removal

Not all removals are the same. A broken laptop and a sold vehicle require different accounting treatments. The system distinguishes five types:

TypeWhat HappensRegister EffectTracking Asset Created?
Write-OffAsset value reduced to zero — no recoverySource asset reducedNo
ScrapAsset condemned, physical material trackedSource reduced + scrap tracking asset createdYes (with -S suffix)
DisposalAsset sold or auctioned — proceeds recordedSource asset reducedNo
MovementAsset transferred to another departmentSource reduced + destination asset createdYes (with -M suffix)
ConsumptionConsumable item used upSource asset reducedNo

Each type follows the same governance framework — a formal requisition with multi-level approval — but the register effects differ based on what physically happens to the asset.

3. How Asset Removal Requests Work — Inheritance and Validation

When a user creates a removal requisition, they reference the existing asset by its ID. The system then automatically inherits all of the asset's metadata from the register: item name, description, classification, category hierarchy, location, department, custodian, and financial values.

These inherited fields operate in inherit_only mode. The requester cannot override or modify them. If the client attempts to supply a value for an inherited field, the system rejects the request with a validation error. This is enforced by the Field Rules Engine — the same governance layer that controls which fields are required, optional, or deactivated for each requisition type.

The rationale is straightforward: if you are writing off asset IT-EQ-2026-0042, the item name, location, and cost should come from the register, not from the requester's memory. Manual entry introduces errors — and there is no legitimate reason to override the register's values during a removal.

The requester provides only what the register does not already know: the quantity to remove, the reason, and any type-specific details (such as sale proceeds for a disposal).

4. SCRAP Tracking Assets — Derived IDs and Residual Value

SCRAP is the only removal type (besides MOVEMENT) that creates a new asset record. When an asset is scrapped, two things happen:

  1. The source asset is reduced — the scrapped quantity or value is decremented from the original asset record.
  2. A SCRAP tracking asset is created — a new record with classification "SCRAP" that represents the physical scrap material.

The tracking asset's ID is derived from the source: {source_asset_id}-S{sequence}. For example, scrapping asset IT-EQ-2026-0042 creates IT-EQ-2026-0042-S001. This derived ID preserves lineage without consuming the organisation's sequential asset ID pool — a critical distinction that prevents ID collisions with future procurements.

The tracking asset inherits the source's identity and ownership fields but carries proportional financials. If half the original quantity is scrapped, the tracking asset carries half the original cost and half the accumulated depreciation.

This design exists because scrapped items have residual value. A condemned printer has metal, plastic, and electronic components. An old air conditioner has copper and aluminium. This material sits in the scrap yard until it is sold — and that sale needs a reference in the register. Without a tracking asset, scrap revenue appears in the books with no corresponding asset to link it to.

Two paths to SCRAP — register removal vs gate-side rejection

The SCRAP path described above is for items already in the asset register. The asset was procured, received, capitalised, and used — then condemned at end of life or after damage in service. The negative-PR governance described in this guide is what walks it off the register.

There is a second SCRAP path for items that never reach the register. When goods are rejected at the gate or found damaged on receipt, they are captured against the gate entry or the GRN, not against an asset record. The disposition is recorded via POST /gate-entry/lines/<id>/scrap (pre-GRN) or POST /grn/<id>/record-pickup with disposition_type=SCRAP (post-GRN). A 10–2,000 character scrap_reason is mandatory, an authorized_by reference records who from the PO approval chain authorised the scrap, and a void is admin-only and soft-deletes the entry with its own reason. No tracking asset is created — there was no source asset to derive one from. See the gate entry and quality inspection guide for that flow.

5. DISPOSAL with Proceeds

Disposal records the removal of an asset through sale or auction. Unlike a write-off (where the value goes to zero), disposal captures what was recovered. The financial impact depends on the relationship between the sale proceeds and the book value:

The disposal requisition captures the proceeds amount and any relevant details about the sale. When posted, the source asset is reduced and the financial entries are generated for the accounting system.

6. Approval Chain for Removals

Every removal — whether a write-off of a Rs. 500 keyboard or disposal of a Rs. 50 lakh vehicle — goes through the same approval matrix used for procurement. The routing engine selects the approval chain based on the asset's classification, department, and value. This means:

The approval chain for an asset removal request works identically to a purchase requisition: the same levels, the same routing logic, the same lifecycle states (DRAFT, SUBMITTED, PARTIALLY_APPROVED, APPROVED). The only difference is the register effect when posted.

7. Audit Trail

Every removal creates a complete audit trail:

When an auditor asks "why was this asset removed from the register?", the answer is a structured record — not an email thread or a physical memo that may or may not be findable.

8. The Statutory Basis — Why Governed Removal Is Required

Removing a fixed asset is not only an operational step — it is an accounting and statutory event. Indian accounting standards and law govern when an asset may leave the books, how the resulting gain or loss is recognised, and what an auditor expects to see. The governance described above is what produces the evidence each of these requirements assumes.

Derecognition — when an asset leaves the books

Under AS 10 (Property, Plant and Equipment) for entities on Indian GAAP, and Ind AS 16 for Ind AS entities, the carrying amount of an item of property, plant and equipment is derecognised on disposal, or when no future economic benefits are expected from its use or disposal. The gain or loss is the difference between the net disposal proceeds (if any) and the carrying amount, recognised in the statement of profit and loss — and a gain on disposal is not classified as revenue. A write-off is the case where no proceeds are expected; a disposal is the case where consideration is recovered.

Impairment is not the same as write-off

Where an asset is still held but its carrying amount exceeds its recoverable amount, the reduction is an impairment loss under AS 28 (Indian GAAP) or Ind AS 36 — not a derecognition. A full write-off is appropriate only when the asset is retired and no further benefit, including disposal proceeds, is expected. The distinction matters because an impairment may later reverse, subject to conditions, whereas derecognition is final.

Depreciation cut-off under Schedule II

Depreciation is charged under Schedule II to the Companies Act 2013 (read with Section 123) on a useful-life basis. On removal, depreciation is charged up to the date of disposal or retirement and stops thereafter; for a partial removal, the depreciable base reduces proportionally. Residual value retained is generally not more than 5% of original cost unless a different basis is disclosed and justified.

GST — the input tax credit must be reversed (Section 17(5)(h))

Under Section 17(5)(h) of the CGST Act, 2017, input tax credit is not available in respect of goods lost, stolen, destroyed, written off, or disposed of by way of gift or free samples. Where ITC was claimed on an asset that is later written off or destroyed, that credit must be reversed. A dated, governed removal record is the evidence that supports the reversal and fixes the period it falls in.

GST when the asset is sold or given away — a different charge from write-off (Section 18(6))

The paragraph above deals with assets that leave the books with no recovery — lost, stolen, destroyed, written off, or given away as gifts or free samples — where Section 17(5)(h) denies or reverses the credit already taken. A disposal for consideration is a different event: selling used plant, machinery, a vehicle, or IT equipment is itself a taxable supply, charged under a special measure. Under Section 18(6) of the CGST Act, 2017, where capital goods or plant and machinery on which input tax credit was taken are supplied, the registered person pays an amount equal to the input tax credit taken, reduced by the prescribed percentage points, or the tax on the transaction value determined under Section 15 — whichever is higher. Both are defined terms — "plant and machinery", for one, excludes land, buildings and other civil structures, so not every disposed asset is measured this way. A narrow proviso also lets refractory bricks, moulds and dies, jigs and fixtures supplied as scrap be charged on transaction value alone.

How the "reduced credit" figure is worked out carries a wrinkle a practitioner should know about. Rule 40(2) of the CGST Rules, 2017 reduces the original credit by five percentage points for every quarter or part of a quarter from the date of the invoice. Rule 44(6) instead computes it on the remaining useful life out of a deemed sixty months (the Rule 44(1)(b) basis), and provides that where that amount exceeds the tax on the transaction value, the higher amount is paid as output tax. Both rules are expressed to apply "for the purposes of sub-section (6) of section 18", both remain in force, and the bare text does not state which prevails — so the choice of method turns on professional judgement on the facts, not a settled point of law. What is settled is the Section 18(6) test itself: the amount paid is never less than the tax on the transaction value determined under Section 15.

A disposal can attract GST even where nothing is received for the asset. Under paragraph 1 of Schedule I to the CGST Act (read with Section 7(1)(c)), the "permanent transfer or disposal of business assets where input tax credit has been availed on such assets" is treated as a supply even if made without consideration. Handing over a capitalised asset on which credit was claimed is therefore not outside GST merely because no money changed hands — and this overlaps with Section 17(5)(h)'s "gift or free samples" limb, so the same free transfer is named both as a blocked-credit case and as a deemed supply, an interaction the Act does not neatly reconcile. As with the write-off reversal, the dated, governed disposal record — proceeds, counterparty, and date of removal — is what fixes which measure applies and the tax period it falls in.

Income-tax treatment is a separate regime

For income-tax, fixed assets are dealt with on a block-of-assets basis under Section 32 of the Income-tax Act, 1961: sale consideration is reduced from the written-down value of the block rather than producing an asset-wise book gain or loss. The 1961 Act continues to govern the assessment years currently being audited and filed; it has been replaced by the Income-tax Act, 2025, in force from 1 April 2026, which carries the same block-of-assets basis forward. Either way, this is a different computation from the Companies Act and accounting-standards treatment above, and the two should not be conflated.

CARO 2020 and the audit trail

CARO 2020 Clause 3(i)(a) requires proper records of property, plant and equipment showing full particulars, including quantitative details and situation; Clause 3(i)(b) requires physical verification at reasonable intervals, with material discrepancies dealt with in the books. An asset that has physically left but still sits on the register — or one removed with no documented basis — is precisely what produces a CARO observation. The governed removal trail in this guide is what lets the records, the physical reality, and the books reconcile.

9. Frequently Asked Questions

What is the difference between a write-off and a disposal?

A write-off reduces the asset's value to zero with no recovery. The asset is acknowledged as having no further economic value — damaged beyond repair, obsolete, or lost. A disposal involves removing the asset from use while recovering some value through sale or auction. Disposal tracks the proceeds and the buyer. In accounting terms, a write-off creates a loss equal to the remaining book value, while a disposal creates a gain or loss depending on whether sale proceeds exceed or fall below the book value. Both require formal approval before the register is updated.

Why does SCRAP create a new asset record instead of just reducing the source?

When an asset is scrapped, the physical material does not disappear — it sits in a scrap yard or storage area until sold or disposed of. The scrap has residual value that must be tracked. Creating a separate tracking asset with classification SCRAP and a derived ID (for example, IT-EQ-2026-0042-S001) serves two purposes: it reduces the source asset on the original register, and it creates a visible record of the scrap material with its proportional financial value. This prevents scrapped items from accumulating physically but remaining invisible in the books.

How does inheritance work for asset removal requests?

When you create a removal request (write-off, scrap, disposal, movement, or consumption), you reference an existing asset. The system automatically inherits the asset's metadata — item name, description, classification, category hierarchy, location, department, financial values, and other identity fields. These inherited fields are locked, meaning the requester cannot override or modify them. If a value is supplied for an inherited field, the system rejects it with a validation error. The requester only provides the asset reference and the quantity to be removed.

Can an asset removal be reversed after posting?

Once a removal request is posted, the register change is permanent in the forward direction — there is no undo for posted transactions. This is a deliberate governance choice: every register change must go through the full approval cycle. To reverse a write-off or disposal, the organisation would create a new procurement requisition to re-add the asset, going through standard approval. For SCRAP, the tracking asset exists independently and can itself be disposed of through its own removal request. The audit trail preserves the complete history of all changes.

How does asset removal affect depreciation calculations?

When an asset is removed from the register — whether through write-off, scrap, disposal, or consumption — depreciation stops from the date of posting. The remaining book value at the time of removal determines the financial impact. For a write-off, the entire remaining book value becomes a loss. For disposal, the difference between sale proceeds and book value is a gain or loss. For SCRAP, the tracking asset inherits proportional financials from the source, and depreciation on the source stops for the removed quantity. Partial removals reduce the depreciable base proportionally.

Assess How This Applies to Your Organisation

If asset write-offs and disposals are handled through memos and manual register edits, share a brief overview of your current process and we will evaluate how governed asset removal may apply.

Book a Consultation