How to Create a SharePoint List for Asset Tracking
🔍 WiseChecker

How to Create a SharePoint List for Asset Tracking

You need a simple way to track company assets like laptops, monitors, or furniture. A SharePoint list can store asset details, assign owners, and log checkouts without custom code. This article explains how to create a SharePoint list for asset tracking, add columns for serial numbers and status, and configure views for quick reporting. You will learn the exact steps to set up a functional asset tracking list in under 15 minutes.

Key Takeaways: Building an Asset Tracking List in SharePoint

  • Site Contents > New > List: Creates a blank list where you define columns for asset name, serial number, and status.
  • Add Columns > Choice column: Lets you add a dropdown for asset status such as In Use, Available, or Retired.
  • Create View > Group By: Organizes assets by department or status for easier reporting.

ADVERTISEMENT

What a SharePoint Asset Tracking List Does and What You Need Before Starting

A SharePoint list stores data in rows and columns, similar to an Excel table but with built-in permissions, version history, and alerts. For asset tracking, you create columns to hold information like asset name, serial number, purchase date, assigned user, and current status. The list supports sorting, filtering, and custom views so you can see assets by department or status at a glance.

Before you start, confirm you have at least Edit or Contribute permissions on a SharePoint site. You can use any team site or communication site. You do not need a Microsoft 365 administrator role to create a list. If you plan to share the list with external contractors, ensure external sharing is enabled in the SharePoint admin center.

The list can be accessed from any browser or the SharePoint mobile app. You can also sync the list to Excel for offline analysis using the Export to Excel feature.

Steps to Create a SharePoint List for Asset Tracking

Follow these steps to build a new list from scratch and add the columns needed for asset tracking.

Method 1: Create a Blank List and Add Columns Manually

  1. Navigate to the site where you want the list
    Open your browser and go to the SharePoint site. Click Site Contents in the left navigation menu. If you do not see Site Contents, click the gear icon in the top right and select Site contents.
  2. Create a new list
    On the Site Contents page, click New and then select List. A panel opens on the right. Choose Blank list. Enter Asset Tracking as the name. Optionally add a description such as “Tracks company hardware and assigned users.” Click Create.
  3. Add a column for asset name
    Your new list opens with only the Title column. Click the + Add column button at the top right of the list. Choose Single line of text. Enter Asset Name as the column name. Check the box Require that this column contains information. Click Save.
  4. Add a column for serial number
    Click + Add column again. Choose Single line of text. Enter Serial Number. Do not require it because some assets may not have a serial number. Click Save.
  5. Add a column for asset status
    Click + Add column. Choose Choice. Enter Status as the column name. In the Choices box, type each option on a new line: In Use, Available, Under Repair, Retired. Select Dropdown menu for display format. Set the default value to Available. Click Save.
  6. Add a column for assigned user
    Click + Add column. Choose Person or Group. Enter Assigned To as the column name. Select People only and Allow multiple selections if one asset can be shared. Click Save.
  7. Add a column for purchase date
    Click + Add column. Choose Date and Time. Enter Purchase Date. Select Date only. Click Save.
  8. Add a column for department
    Click + Add column. Choose Choice. Enter Department. Add choices such as IT, HR, Finance, Operations. Click Save.
  9. Add a column for notes
    Click + Add column. Choose Multiple lines of text. Enter Notes. Select Plain text. Click Save.

Method 2: Use the Export to Excel Template Approach

  1. Create a blank list
    Follow steps 1 and 2 from Method 1 to create a list named Asset Tracking.
  2. Export the list to Excel
    In the list toolbar, click Export and select Export to Excel. When prompted, click Open to download the .iqy file. Excel opens with the empty list structure.
  3. Add column headers in Excel
    In the first row of Excel, type the column names: Asset Name, Serial Number, Status, Assigned To, Purchase Date, Department, Notes. Do not leave blank columns.
  4. Enter asset data in Excel
    Fill in the rows with your asset information. For the Assigned To column, type the person’s email address or display name exactly as it appears in SharePoint.
  5. Import the Excel data back to SharePoint
    In the SharePoint list, click Import in the toolbar. Browse to your saved Excel file. Map the Excel columns to the list columns. Click Import. The list populates with your data.

ADVERTISEMENT

Common Mistakes and Limitations to Avoid

Columns Are Not Appearing After Import

If you use the Export to Excel method and columns do not appear after import, check that your Excel column headers match the SharePoint column names exactly. SharePoint creates a new column if the header text does not match an existing column. Delete the duplicate columns from the list settings.

Assigned To Column Shows Names but Not Emails

The Person column in SharePoint stores the display name and email. If you type only a first name in Excel during import, the lookup may fail. Always use the full email address of the user when importing data.

Status Column Does Not Show in Quick Edit View

The choice column displays as a dropdown in the default view. In Quick Edit mode, the dropdown still works. If you cannot see the column, scroll horizontally in the grid or click the Show all columns button at the top right of the Quick Edit grid.

List Reaches 5,000 Items and Slows Down

SharePoint lists have a default view threshold of 5,000 items. If your asset tracking list grows beyond this, create indexed columns such as Status or Department. Then create a view that filters by that column. This keeps the list responsive.

Version History Takes Up Storage Space

Each time a list item is edited, SharePoint saves a version. For asset tracking, you may not need more than 50 versions. Go to list settings, click Versioning settings, and set Keep the following number of major versions to 50 or less.

SharePoint List vs Excel Spreadsheet for Asset Tracking

Item SharePoint List Excel Spreadsheet
Permissions Per-item and per-list permissions File-level or sheet-level only
Version history Automatic, configurable retention Manual via file versioning (OneDrive)
Alerts and notifications Built-in alerts for changes No native alerts
Mobile access SharePoint mobile app Excel mobile app, no real-time sync
Custom views Group, filter, sort, and conditional formatting Filter and sort only
Data validation Choice columns, required fields, lookup columns Data validation rules

You now have a working SharePoint list for tracking company assets. Use the default view to see all items, then create a grouped view by Department to see assets per team. For advanced reporting, connect the list to Power BI using the SharePoint connector. A practical next step is to add a Power Automate flow that sends an email when an asset status changes to Under Repair.

ADVERTISEMENT