NAICS Industry

NAICS 541310 Federal Contract Obligations (Last Year)

Federal procurement data for NAICS 541310, Architectural Services, covering the last full year with obligations, award counts, top agencies, and top vendors.

In the last full year, federal agencies obligated 718.60 million across 5,047 award actions under NAICS 541310, Architectural Services, for an average action value of 142,382.32. The largest shares of obligation came from the Public Buildings Service, the Department of the Army, and the Department of Veterans Affairs.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated dollars for the analysis window and may not sum exactly because of rounding in readable values.

NAICS Code
541310
Industry
ARCHITECTURAL SERVICES
Total Obligated
718.60 million
718,603,581.78
Award Actions
5,047
Average Action Value
142,382.32

About NAICS 541310 federal contract activity

In the last full year, NAICS 541310 Architectural Services recorded $718.60 million in obligated spending across 5,047 awards, with an average award value of $142,382.32. The activity suggests a high-volume, moderately fragmented market with spending spread across many awards rather than concentrated in a small number of large obligations.

Agency demand and leading federal buyers

The Public Buildings Service was the largest buyer at $129.88 million across 1,504 awards, making it the most active agency by both obligation and award count. It was followed by the Department of the Army, the Department of Veterans Affairs, the Department of the Navy, and the Department of State, indicating that architectural services were procured broadly across civilian and defense portfolios.

Vendor concentration and leading contractors

Jacobs Government Services Company led vendor obligations at $38.34 million across 77 awards, followed by AECOM Technical Services, Inc. at $32.18 million across 81 awards. Michael Baker International, Inc., the National Institute of Building Sciences, and Hellmuth, Obata & Kassabaum, Inc. also ranked among the top suppliers, showing a competitive vendor base with several firms capturing recurring work.

Annual contract trend over the analysis window

The annual trend shows $718.60 million in obligations and 5,047 awards in 2025, which matches the full-year analysis window. Because only one annual point is available, the data support a level assessment rather than a year-over-year trend comparison.

How to interpret this page

This page summarizes FPDS award activity for NAICS 541310 over the last full year using obligated dollars and award counts. Agency and vendor rankings are based on total obligated value within the analysis window, and the annual trend reflects the same period at the calendar-year level.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '541310'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
4740 PUBLIC BUILDINGS SERVICE 129,881,198.21 129.88 million 1,504
2100 DEPT OF THE ARMY 99,948,843.54 99.95 million 279
3600 VETERANS AFFAIRS, DEPARTMENT OF 82,136,438.69 82.14 million 990
1700 DEPT OF THE NAVY 80,164,623.42 80.16 million 325
1900 STATE, DEPARTMENT OF 77,560,040.86 77.56 million 349
5700 DEPT OF THE AIR FORCE 65,065,981.54 65.07 million 288
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 49,061,288.06 49.06 million 41
1443 NATIONAL PARK SERVICE 39,130,865.29 39.13 million 442
3300 SMITHSONIAN INSTITUTION 28,338,527.74 28.34 million 167
1549 FEDERAL BUREAU OF INVESTIGATION 22,049,696.10 22.05 million 129

Insight

For NAICS 541310, obligations totaled $718.60 million across 5,047 awards in the last full year, with an average award value of $142,382.32. The Public Buildings Service led by obligated amount at $129.88 million across 1,504 awards, followed by the Department of the Army at $99.95 million and Veterans Affairs at $82.14 million, indicating spending is concentrated across a small set of civilian and defense agencies. The remaining top agencies each obligated less than $81 million, with award counts varying substantially, which suggests the market is distributed across multiple buyers rather than dominated by a single awarding organization.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '541310'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
JACOBS GOVERNMENT SERVICES COMPANY 64X94 38,342,526.34 38.34 million 77
AECOM TECHNICAL SERVICES, INC. 4L767 32,184,546.83 32.18 million 81
MICHAEL BAKER INTERNATIONAL, INC. 0KCH7 24,548,598.30 24.55 million 21
NATIONAL INSTITUTE OF BUILDING SCIENCES 6S481 22,862,890.59 22.86 million 25
HELLMUTH, OBATA & KASSABAUM, INC. 3JYX6 21,135,665.05 21.14 million 25
B.L. HARBERT INTERNATIONAL, L.L.C. 1NRU1 21,047,333.00 21.05 million 4
CDM INTERNATIONAL INC 3EE42 16,888,814.00 16.89 million 6
D+S INTERNATIONAL LLC 9B7B7 16,378,010.00 16.38 million 2
SMITH-MILLER + HAWKINSON ARCHITECTS LLP 3LMR7 13,528,476.42 13.53 million 17
RMA ARCHITECTS INC. 0FAE1 12,740,465.00 12.74 million 17

Insight

In the last full year, NAICS 541310 obligated $718.60 million across 5,047 awards, with an average award value of $142,382.32, indicating a high-volume, relatively fragmented market. The top 10 vendors account for about $215.3 million, or roughly 30% of total obligations, suggesting moderate concentration among a broad vendor base. JACOBS GOVERNMENT SERVICES COMPANY and AECOM TECHNICAL SERVICES, INC. lead the category at $38.34 million and $32.18 million, respectively, but no single vendor dominates total obligations. Award counts among the top vendors are generally low to moderate, reinforcing a distribution of obligations across many transactions.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '541310'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 718,603,581.78 718.60 million 5,047

Insight

For the last full year, NAICS 541310 (Architectural Services) recorded $718.60 million in total obligated value across 5,047 awards, with an average award value of $142,382.32. Because the window contains a single annual observation for 2025, the page supports a point-in-time assessment rather than a multi-year trend analysis. The volume of awards relative to total obligations suggests a relatively distributed award base with generally moderate-dollar transactions.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.