IT Asset Inventory Template: Free Spreadsheet + Column-by-Column Guide
A ready-to-use IT asset inventory template with example data, a breakdown of every column you need, and guidance on when spreadsheets stop working.
Editorial policy: How we review software · How rankings work · Sponsored disclosure
You need to track your IT assets. You do not need to evaluate six vendors and sign a contract to start doing it.
A spreadsheet is the right tool for organizations with fewer than 500 assets and a small IT team. It costs nothing, requires no onboarding, and you can have it running in 30 minutes. The problem is that most IT teams build their spreadsheet from scratch, forget critical columns, and end up with a mess that nobody trusts six months later.
This article gives you the template itself — with real example data — plus a column-by-column explanation of what to track and why. It also covers the five mistakes that kill spreadsheet-based inventories and the specific signals that mean it is time to move to dedicated asset management software.
The IT asset inventory template
This template covers hardware assets — the category where most IT teams start. It includes 15 columns that balance thoroughness with usability. Copy this into Google Sheets or Excel and modify it for your environment.
IT asset inventory template with 15 columns and example data across asset types. Copy into Google Sheets or Excel.
| Asset ID | Asset Type | Manufacturer | Model | Serial Number | Hostname | OS | Purchase Date | Warranty Expiry | Cost (USD) | Assigned To | Department | Location | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| HW-001 | Laptop | Dell | Latitude 5550 | ABC123XYZ | LAP-JSMITH | Windows 11 Pro | 2025-01-15 | 2028-01-15 | 1,249 | John Smith | Engineering | NYC Office - Floor 3 | In Use |
| HW-002 | Desktop | HP | EliteDesk 800 G9 | DEF456UVW | DT-AJONES | Windows 11 Pro | 2024-09-01 | 2027-09-01 | 879 | Amy Jones | Finance | Chicago Office - Floor 2 | In Use |
| HW-003 | Laptop | Apple | MacBook Pro 14" M4 | GHI789RST | MBP-KLEE | macOS Sequoia | 2025-06-10 | 2028-06-10 | 1,999 | Karen Lee | Design | Remote - Portland, OR | In Use |
| HW-004 | Server | Dell | PowerEdge R760 | JKL012MNO | SRV-DB-PROD-01 | Ubuntu 24.04 LTS | 2024-03-20 | 2029-03-20 | 8,450 | IT Operations | IT | Equinix NY5 - Rack 12A | In Use |
| HW-005 | Monitor | LG | 27UK850-W | PQR345STU | — | — | 2023-11-01 | 2026-11-01 | 449 | John Smith | Engineering | NYC Office - Floor 3 | In Use |
| HW-006 | Laptop | Lenovo | ThinkPad X1 Carbon Gen 12 | VWX678YZA | LAP-BWILSON | Windows 11 Pro | 2024-06-15 | 2027-06-15 | 1,549 | — | — | NYC Office - IT Closet | In Storage |
| HW-007 | Network Switch | Cisco | Catalyst 9200L-24P | BCD901EFG | SW-NYC-FL3-01 | IOS-XE 17.12 | 2023-08-01 | 2028-08-01 | 2,350 | IT Operations | IT | NYC Office - Floor 3 MDF | In Use |
| HW-008 | Tablet | Apple | iPad 10th Gen | HIJ234KLM | IPAD-CONF-RM1 | iPadOS 18 | 2025-02-01 | 2027-02-01 | 449 | Facilities | Operations | NYC Office - Conf Room 1 | In Use |
Column-by-column guide
Every column in this template exists for a reason. Here is what each one captures, why it matters, and how to fill it out consistently.
Asset ID
A unique identifier you assign to each asset. Use a prefix that indicates the asset category (HW for hardware, SW for software licenses, NET for network gear) followed by a sequential number. This becomes the single source of truth when two laptops have the same model name or when a serial number is worn off the chassis.
Format: HW-001, HW-002, SW-001. Never reuse an Asset ID, even after the asset is disposed of.
Asset Type
The category of hardware: Laptop, Desktop, Server, Monitor, Printer, Network Switch, Access Point, Tablet, Phone. Keep the values standardized — pick one term per category and stick with it. "Laptop" is not "Notebook" in some rows and "Portable Computer" in others. Use data validation in Excel or Google Sheets to enforce a dropdown list.
Manufacturer and Model
The hardware vendor and exact model name. Spell these consistently — "Dell" not "DELL Inc." in some rows and "Dell Technologies" in others. Consistent naming lets you filter and pivot. You want to be able to answer "how many Dell Latitude 5550s do we have?" in two clicks.
Serial Number
The manufacturer-assigned serial number. This is your key for warranty claims, vendor support calls, and insurance. For Windows machines, pull it programmatically with 'wmic bios get serialnumber' or 'Get-CimInstance Win32_BIOS' in PowerShell. For Macs, use 'system_profiler SPHardwareDataType'. Typing serial numbers from stickers introduces errors.
Hostname
The network name of the device. This bridges your inventory spreadsheet to your RMM, Active Directory, and DNS records. Use a naming convention that encodes location or role — LAP-JSMITH for John Smith's laptop, SRV-DB-PROD-01 for a production database server. Mark non-networked assets (monitors, peripherals) with a dash.
Operating System
Include the OS name and version. "Windows 11 Pro" not just "Windows." This column becomes critical during OS migration planning, patch compliance reporting, and end-of-life tracking. When Microsoft announces the end of Windows 10 support, you need to filter this column and know exactly how many machines need to be upgraded.
Purchase Date and Warranty Expiry
Use ISO date format (YYYY-MM-DD) so sorting works correctly. The gap between these two dates tells you the warranty period. Set conditional formatting to highlight warranty expiry dates within 90 days — that is your trigger to either renew extended warranties or start budgeting for replacements.
Cost
The purchase price in your base currency. This powers depreciation calculations, insurance valuations, and budget planning. For leased equipment, enter the total lease cost or monthly cost with a note. This column is also how your finance team calculates total cost of ownership for hardware refresh cycles.
Assigned To and Department
Who has the asset and which team they belong to. When an employee leaves, these columns tell you what hardware to collect. When a department requests a budget increase, you can show them exactly what they already have. For shared assets (conference room tablets, server room equipment), assign to the team responsible rather than an individual.
Location
Be specific enough to find the asset physically. "NYC Office" is not enough. "NYC Office - Floor 3 - Desk 3-14" or "Equinix NY5 - Rack 12A" means someone can walk to the asset. For remote employees, record the city and state. This column matters most during audits and when you need to physically touch hardware for repairs or disposal.
Status
The lifecycle state of the asset. Use a fixed set of values: In Use, In Storage, In Repair, Decommissioned, Disposed. This is another dropdown-enforced column. "In Storage" means it is ready to deploy. "Decommissioned" means it has been wiped but not physically disposed of. "Disposed" means it has left the building — and you should record the disposal method and date in the Notes column.
Notes
A free-text field for anything that does not fit in the other columns. Docking station pairings, special configurations, known issues, disposal certificates, associated software licenses. Keep it short — this is not a ticket system. One or two sentences maximum.
What to include in an IT asset inventory
The template above covers hardware. But a complete IT asset inventory extends to other asset categories. Here is what to track, grouped by priority.
Start here: hardware assets
- Laptops and desktops (company-owned and leased)
- Servers (on-premises, colocation, and cloud instances with reserved pricing)
- Monitors, docking stations, and peripherals tied to individual users
- Network equipment: switches, routers, access points, firewalls
- Mobile devices: company-owned phones and tablets
- Printers and multifunction devices
- Conference room equipment: displays, webcams, speakerphones
Add next: software and licenses
- Per-seat SaaS subscriptions (Microsoft 365, Google Workspace, Slack, Zoom)
- Perpetual software licenses with version numbers (Adobe Creative Suite, AutoCAD)
- Operating system licenses tied to specific hardware
- Server software licenses (SQL Server, VMware vSphere, backup software)
- Security tool licenses (EDR, SIEM, vulnerability scanners)
- Developer tool licenses (JetBrains, GitHub Enterprise, cloud provider reserved instances)
Add when ready: contracts and warranties
- Warranty contracts with expiry dates and coverage terms
- Maintenance agreements for on-premises hardware
- ISP and telecom contracts with circuit IDs
- Vendor support contracts (TAC support levels, response time SLAs)
- Lease agreements with return dates and buyout terms
Most teams make the mistake of trying to track everything at once. Start with hardware, get the process stable, then expand to software licenses and contracts. A hardware-only inventory that gets updated monthly is infinitely more useful than a complete inventory that is six months out of date.
Five mistakes that kill spreadsheet-based asset inventories
Mistake 1: No naming conventions
When one person enters "Dell Inc." and another enters "DELL" and a third enters "Dell Technologies," you cannot filter or pivot on manufacturer. The same problem hits Asset Type, Status, Location, and Department. Define a controlled vocabulary before anyone starts entering data. Enforce it with dropdown validation in your spreadsheet.
Mistake 2: No single owner
A spreadsheet that "everyone updates" is a spreadsheet nobody updates. Assign one person — usually an IT operations lead or asset manager — who owns the accuracy of the inventory. Other people can submit changes, but one person approves and enters them. This is the single most important factor in whether your inventory stays accurate past month three.
Mistake 3: No update triggers
If the inventory only gets updated during an annual audit, it will be wrong 11 months of the year. Define specific events that trigger an update: new hardware purchase, employee onboarding, employee offboarding, device repair, device disposal, office relocation. Tie these triggers to existing processes — the onboarding checklist should include "update asset inventory" as a step.
Mistake 4: Tracking too much too soon
Adding 30 columns to capture every possible data point guarantees that most fields will be empty. Start with the 15 columns in the template above. You can always add columns later. You cannot retroactively fill in data that was never collected because the spreadsheet was too intimidating to open.
Mistake 5: No version control or audit trail
Spreadsheets do not track who changed what and when by default. Use Google Sheets (which has built-in version history) rather than passing an Excel file around by email. If you must use Excel, store it in SharePoint or OneDrive where version history is automatic. When an auditor asks "when was this laptop last accounted for," you need to answer with a date and a name.
When to upgrade from spreadsheets to asset management software
Spreadsheets work until they do not. Here are the signals that it is time to move to dedicated IT asset management software.
- Your hardware count exceeds 500 assets and the spreadsheet takes noticeable time to filter and search
- Multiple people need to update the inventory simultaneously and you are running into version conflicts
- You need automated discovery — agents or network scans that find assets without manual entry
- Audit and compliance requirements demand a formal audit trail that spreadsheets cannot provide
- You are spending more than 10 hours per month maintaining the spreadsheet instead of managing assets
- You need to track asset relationships (this laptop has this docking station, this server runs this software)
- Your finance team wants depreciation schedules and lifecycle cost reporting that formulas cannot handle
- Barcode or QR code scanning for physical audits is on your roadmap
If three or more of those apply, the spreadsheet is costing you more time than a proper tool would. The good news: you do not need to spend five figures on your first asset management tool.
IT asset management software: three options worth evaluating
These are the tools IT teams most commonly graduate to when outgrowing spreadsheets. They cover a range of budgets and team sizes.
Snipe-IT (free and open source)
Snipe-IT is a free, open-source IT asset management tool that you can self-host on any Linux server or run via their hosted cloud option. It covers hardware tracking, software license management, check-in/check-out workflows, barcode label generation, and audit logging. The self-hosted version is completely free with no asset limits. The hosted cloud version starts at $39.99/month for up to 500 assets.
Snipe-IT is the natural next step for teams that have outgrown spreadsheets but do not have budget for a commercial tool. The trade-off is that self-hosting means you own the infrastructure and updates. If your team is comfortable running a basic LAMP stack or Docker container, this is a strong option.
Lansweeper
Lansweeper is a network discovery and IT asset management platform that automatically scans your network and builds an inventory of every connected device — no agents required for basic discovery. It finds hardware, software installations, user accounts, and configuration details across Windows, macOS, and Linux endpoints, plus network devices via SNMP.
Lansweeper offers a free tier for up to 100 assets. Paid plans start at around $219/year for the Starter plan (up to 500 assets). The Pro plan for larger environments runs approximately $3,750/year for up to 2,000 assets. The automated discovery is what sets Lansweeper apart from manual tools — it eliminates the biggest spreadsheet problem (out-of-date data) by continuously scanning your network.
ManageEngine AssetExplorer
ManageEngine AssetExplorer is a commercial IT asset management tool aimed at mid-market IT teams. It covers the full asset lifecycle: procurement, assignment, monitoring, maintenance, and disposal. It includes agent-based and agentless discovery, software license compliance tracking, purchase order management, and integration with ManageEngine's ServiceDesk Plus for ITSM workflows.
AssetExplorer pricing starts at approximately $995/year for 250 assets. The Enterprise edition with advanced features runs around $3,995/year for 250 assets, scaling up from there. It is a good fit for organizations that want a commercial tool with vendor support and already use other ManageEngine products. The learning curve is steeper than Snipe-IT, but the reporting and compliance features are more mature.
For a broader view of the category, browse IT asset management tools on ITOpsClub at /categories/it-asset-management to compare these vendors and others side by side.
How to migrate from a spreadsheet to software
Moving from a spreadsheet to a dedicated tool does not have to be a big-bang migration. Here is the approach that works.
- Clean your spreadsheet first — standardize naming conventions, remove duplicates, fill in missing serial numbers
- Export your spreadsheet as CSV — every asset management tool supports CSV import
- Map your spreadsheet columns to the tool's fields before importing (Asset ID, Serial Number, Status, etc.)
- Import and spot-check 20 random assets to verify the data transferred correctly
- Run an automated discovery scan (if the tool supports it) and reconcile found assets against your imported records
- Decommission the spreadsheet officially — tell the team it is no longer the source of truth
- Set up automated alerts for warranty expirations, missing assignments, and overdue check-ins
The reconciliation step is where the real value appears. When Lansweeper or Snipe-IT discovers 47 assets that are not in your spreadsheet, you understand exactly why the spreadsheet was not working.
Compare IT asset management tools with real pricing and honest reviews at /categories/it-asset-management. For a free starting point, see the Snipe-IT review at /software/snipe-it.
FAQ
What should be included in an IT asset inventory?
At minimum: Asset ID, asset type, manufacturer, model, serial number, hostname, operating system, purchase date, warranty expiry, cost, assigned user, department, location, and status. Start with hardware assets (laptops, desktops, servers, network equipment) and expand to software licenses and contracts once the hardware inventory is stable.
What is the best format for an IT asset inventory template?
Google Sheets is the best starting format for most teams because it offers real-time collaboration, built-in version history, and dropdown data validation. Excel works if your organization uses SharePoint or OneDrive for version control. Avoid passing Excel files around via email — that guarantees version conflicts and data loss.
How often should an IT asset inventory be updated?
Update the inventory whenever a triggering event occurs: new purchase, employee onboarding or offboarding, device repair, or device disposal. Conduct a full physical audit quarterly or twice a year. An inventory that only gets updated during annual audits will be inaccurate for most of the year.
Is there free IT asset management software?
Yes. Snipe-IT is a free, open-source IT asset management tool that you can self-host with no asset limits. Lansweeper offers a free tier for up to 100 assets. For very small environments, a well-maintained Google Sheets template works fine. The free options require either self-hosting effort (Snipe-IT) or accept feature limitations (Lansweeper free tier).
Can I use Excel for IT asset tracking?
Yes, and for organizations with fewer than 500 assets, Excel or Google Sheets is often the right choice. Use dropdown validation to enforce consistent data entry, conditional formatting to flag expiring warranties, and ISO date formats (YYYY-MM-DD) so sorting works correctly. Store the file in SharePoint or Google Drive for version history and simultaneous access.
What is the difference between an IT asset inventory and a CMDB?
An IT asset inventory tracks what you own — hardware, software, and their lifecycle data (who has it, where it is, when the warranty expires). A Configuration Management Database (CMDB) tracks how assets relate to each other and to the services they support — this server runs this application, which depends on this database, which serves this business unit. Most organizations need an asset inventory first and a CMDB later.
How do I track assets for remote employees?
Record the employee's city and state in the Location column and ship assets with a documented check-out process. Use an RMM tool or asset management agent to verify remote devices are still active and reporting. During offboarding, ship a prepaid return box and do not close the offboarding ticket until the asset is received and checked back in. Track the shipping carrier and tracking number in the Notes field.
When should I switch from a spreadsheet to asset management software?
Switch when your asset count exceeds 500, multiple people need simultaneous access, you require automated network discovery, or audit compliance demands a formal audit trail. Other signals include spending more than 10 hours per month on spreadsheet maintenance or needing barcode/QR code scanning for physical audits. Free tools like Snipe-IT make the transition low-risk.
What are the best IT asset management tools for small teams?
Snipe-IT (free, open source, self-hosted) is the most common choice for small IT teams moving beyond spreadsheets. Lansweeper (free for up to 100 assets, paid plans from $219/year) is strong if you want automated network discovery. ManageEngine AssetExplorer (from $995/year) suits teams that want commercial support and deeper reporting. Browse the full list at /categories/it-asset-management.
How do I handle disposed or retired assets in the inventory?
Never delete a row. Change the Status to Decommissioned when the device is wiped and removed from service, then change it to Disposed when it physically leaves your organization. Record the disposal method (recycler name, certificate of destruction, donation recipient) and date in the Notes field. Auditors and insurance companies may ask about disposed assets years after the fact.
Related research
Continue your evaluation with these pages.