Skip to main content

SF-0203 · Compare · Medium

What is the difference between Standard and Custom reports in salesforce?

✓ Verified by Vikas Singhal · Last reviewed 5/17/2026 · Updated for Spring '26

Standard reports are reports that ship pre-built with Salesforce — sitting in the standard folders (“Account and Contact Reports”, “Opportunity Reports”, “Activity Reports”, etc.). Custom reports are reports you (or another admin) build yourself in your org. Both run on Report Types underneath.

Side-by-side

Standard ReportsCustom Reports
Created bySalesforceYou / your admins
LocationStandard folders (read-only)Your folders (any folder you have access to)
Editable?Cannot edit in place — you must Save As to customiseFully editable
Examples”Top Accounts”, “Opportunity Pipeline”, “Cases by Status”Anything you build for your org’s needs
UnderlyingBuilt on standard or custom report typesBuilt on standard or custom report types
Visible toAll users with report accessWhoever the folder is shared with
PurposeQuick starting pointsTailored to your business

Where standard reports come from

Standard reports are pre-built recipes Salesforce ships:

  • Sales reports — Top Accounts This Quarter, Pipeline, Closed Won
  • Service reports — Cases by Owner, Cases by Status, Aging Cases
  • Marketing reports — Campaign ROI, Lead Conversion
  • Activity reports — Tasks by Owner, Activities by Type
  • Admin reports — User login history, Report Usage

They live in standard folders that everyone with access to reports can see. You can run them, clone them, and export their data — but you cannot edit them in place.

Standard ≠ Standard Report Type

Don’t confuse “Standard Reports” with “Standard Report Types”:

TermMeaning
Standard ReportA pre-built report record shipped by Salesforce
Standard Report TypeA pre-built template (object combo + fields) shipped by Salesforce
Custom ReportA report record you built
Custom Report TypeA template you built

A Custom Report can use a Standard Report Type, and vice versa. They’re independent dimensions.

Workflow: “this is close but I want to change it”

The common pattern with standard reports:

  1. Run a standard report — close to what you want
  2. Save As → creates a custom copy in your folder
  3. Modify the copy — add filters, columns, groupings
  4. The standard original stays untouched in its standard folder

When standard reports are enough

  • One-off / ad-hoc analysis
  • New admins learning the report builder
  • Quick reference reports (recent activity, top customers)

When you’ll always build custom

  • Custom objects (no standard report exists for them)
  • Specific KPIs your business cares about
  • Reports feeding dashboards — dashboards usually need precise filtering
  • Reports with bucket fields, summary formulas, custom column orderings

Common follow-ups

  • Standard reports vs Standard Report Types — same thing? — No. Reports are records; report types are templates.
  • Can I delete a standard report? — No. They’re org-fixed.
  • How do I customise one? — Save As to a folder you own, then edit the copy.

Verified against: Salesforce Help — Reports Overview. Last reviewed 2026-05-17 for Spring ‘26.