Download Free Tool Palettes (.XTP) – Professional AutoCAD Productivity Library

This page provides a production-grade collection of AutoCAD Tool Palettes (.XTP) designed to standardize workflows, accelerate drafting, and enforce office standards.

A Tool Palette is not just a shortcut. It is a controlled insertion system for:

  • blocks
  • hatches
  • commands
  • AutoLISP routines

Used correctly, it replaces:

  • repetitive INSERT workflows
  • manual layer setup
  • inconsistent drafting practices

What a Tool Palette (.XTP) Actually Is

An .XTP file is a configuration file (XML-based).

It contains:

  • references to DWG blocks
  • links to hatch patterns
  • command macros
  • insertion rules (layer, scale, rotation)

Important:

  • it does NOT contain geometry
  • it depends entirely on external resources

What You Must Keep Together (Dependencies)

To avoid broken palettes, you must keep all components:

ElementFormatRole
Palette.xtpStructure and tool definitions
Source Files.dwgActual blocks
Images.png / .bmpTool icons
Groups.xpgPalette organization

If you only download the .xtp:

  • icons = white question marks
  • tools may fail

How Tool Palettes Work (Real Behavior)

When you drag a tool:

  • it pulls a block from a linked DWG
  • applies:
    • predefined layer
    • scale
    • optional rotation prompt
    • optional explode behavior

This is how CAD managers enforce standards automatically.


How to Import Tool Palettes (.XTP)

3-Step Import Guide

  1. Type TP
  2. Right-click → Customize Palettes
  3. Right-click → Import → select .XTP

More : How to Import Tool Palettes (.XTP) in AutoCAD


Important (Permissions)

If import does not persist:

  • run AutoCAD as Administrator
  • ensure write access to palette folders

Tool Palette Location (System Variable)

Managed by:

  • TOOLPALETTEPATH

Access via:

  • OPTIONS → Files → Tool Palette File Locations

Absolute Paths (Why Palettes Break)

By default:

  • Tool Palettes use absolute paths

If files move:

  • tools break
  • icons disappear

Pro Fix: Editing the .XTP File

An .XTP file is XML.

You can:

  • open in Notepad
  • run Find/Replace on paths

Example:

  • replace D:\Blocks\Z:\CAD\Blocks\

This is faster than rebuilding palettes.


Tool Palettes vs DesignCenter

DesignCenter (CTRL+2 / ADCENTER)

  • browse and insert manually

Tool Palettes (CTRL+3)

  • automated insertion with rules

Use:

  • DesignCenter → browsing
  • Tool Palettes → production

Tool Palettes (Professional Workflow)

  • Press CTRL+3
  • create custom palettes
  • drag blocks into palette

Benefits:

  • one-click insertion
  • consistent standards
  • faster drafting

Palette Groups (.XPG) – Organization System

When working with multiple palettes:

  • create Palette Groups

Example:

  • Architecture group
  • Civil group
  • MEP group

Switch instantly between disciplines.

Provide:

  • .XPG file to organize palettes automatically

Locking Palettes (CAD Manager Control)

To prevent modifications:

  • set palette source folder to Read-Only

Result:

  • palette shows lock icon
  • users cannot edit tools

Tool Properties (Where the Value Is)

Right-click any tool → Properties

You can control:

  • layer
  • color
  • scale
  • rotation prompt
  • explode option

Example:

  • chair inserts at scale 1
  • section symbol asks for rotation

Command Macros (Automation Layer)

Tool Palettes can run macros.

Example:

Cleanup macro:

^C^C_purge;all;;n;_audit;y;_qsave;

This performs:

  • PURGE
  • AUDIT
  • SAVE

One click.


Network Deployment (Team Setup)

For office use:

  • store palettes on shared server
  • define common path

Result:

  • consistent environment
  • centralized control

Professional Tool Palettes (.XTP)

  • Architectural_Master_Furniture.xtp A comprehensive palette featuring 50+ standard furniture blocks pre-configured to insert on “A-FURN”. Ensures consistent interior layouts with no manual layer switching.
  • Architectural_Dynamic_Openings.xtp Dynamic doors and windows with adjustable geometry and correct wall alignment behavior.
  • Civil_Site_Planning_Symbols.xtp North arrows, scales, parking layouts, accessibility symbols preconfigured for site plans.
  • Civil_Infrastructure_Survey.xtp Manholes, hydrants, poles, benchmarks optimized for infrastructure drawings.
  • Electrical_Residential_Symbols.xtp Switches, outlets, lighting mapped to electrical standards.
  • HVAC_Ducting_and_Equipment.xtp Duct systems and equipment aligned to ceiling grids.
  • Plumbing_Fixtures_and_Valves.xtp Combined architectural fixtures and mechanical symbols.
  • Structural_Steel_AISC_Sections.xtp Organized steel profiles for fast detailing.
  • General_Annotation_Standard.xtp Section cuts, callouts, revision clouds ensuring consistent documentation.
  • Landscaping_Vegetation_Plan.xtp Trees and planting elements with consistent graphics.
  • Hatch_Patterns_Masonry_Stone.xtp One-click brick, concrete, and stone hatches with correct scale.
  • Hatch_Patterns_Industrial_Fill.xtp Steel, insulation, earth hatches for technical drawings.
  • CAD_Manager_Productivity_Tools.xtp Macros and LISP tools for automation.
  • Fire_Protection_Safety_Symbols.xtp Code-compliant fire safety symbols.
  • ISO_Metric_Standard_Library.xtp ISO 128 compliant blocks and symbols.
  • Interior_Design_Finish_Schedule.xtp Finish tags and material annotation tools.

Common Problems (Real Fixes)

White question mark icons → missing image folder

Missing Image → broken path

Block does not insert → DWG not found

Palette resets → no write permissions


Workflow Best Practices

  • keep all resources in fixed folders
  • never move source files
  • use palettes for daily production
  • organize with palette groups

FAQ – AutoCAD Tool Palettes

What is an .XTP file?

A configuration file linking tools to external resources.


Why are my icons missing?

Image folder is missing.


Can I fix broken palettes quickly?

Yes, edit the .XTP file paths.


How do I deploy palettes to a team?

Use shared network paths.


Can palettes run LISP?

Yes.


Disclaimer

Tool Palettes depend on external files (.DWG, images, paths). Do not move or rename source folders after installation or tools will stop working.