NAICS Industry

NAICS 541199 Federal Contract Obligations (Last Year)

Federal obligations under NAICS 541199, All Other Legal Services, totaled $397.11 million across 5,890 award actions in the last full year.

This NAICS page summarizes federal procurement activity for All Other Legal Services. In the last full year, agencies obligated $397,111,580.66 across 5,890 actions, for an average action value of $67,421.32.

Generated at 03/21/2026

Analysis period: Last full year

Top obligating agencies were Offices, Boards and Divisions, DEA, FBI, ATF Acquisition and Property Mgmt Div, and U.S. Marshals Service; top vendors included Forfeiture Support Associates, LLC, CACI, Inc. - Commercial, and PAE Labat-Anderson LLC.

NAICS Code
541199
Industry
ALL OTHER LEGAL SERVICES
Total Obligated
397.11 million
397,111,580.66
Award Actions
5,890
Average Action Value
67,421.32

About NAICS 541199 federal contract activity

NAICS 541199, All Other Legal Services, recorded $397.11 million in obligated spending across 5,890 awards during the last full year, with an average award value of $67,421.32. The distribution suggests a high-volume, lower-dollar legal services market rather than a concentration in a small number of large transactions.

Agency demand and leading federal buyers

OFFICES, BOARDS AND DIVISIONS accounted for $327.60 million and 4,613 awards, dominating federal demand in this NAICS. The remaining top obligators were the Drug Enforcement Administration ($32.45 million), Federal Bureau of Investigation ($15.25 million), ATF Acquisition and Property Mgmt Div ($14.01 million), and U.S. Marshals Service ($8.85 million), indicating that law enforcement and related justice organizations are the primary buyers.

Vendor concentration and leading contractors

FORFEITURE SUPPORT ASSOCIATES, LLC led vendors with $119.70 million across 376 awards, followed by CACI, INC. - COMMERCIAL at $63.15 million and PAE LABAT-ANDERSON LLC at $47.71 million. LEIDOS, INC. and DELOITTE FINANCIAL ADVISORY SERVICES LLP also ranked among the top vendors, showing a mix of specialized service providers and larger integrators in this market.

Annual contract trend over the analysis window

The annual trend for 2025 shows $397.11 million in obligated spending across 5,890 awards, establishing the full-year baseline for this review period. Because only one year is present, the data supports a point-in-time assessment rather than a multi-year directional trend.

How to interpret this page

This page summarizes FPDS obligations coded to NAICS 541199 for the last full year using total obligated dollars, award counts, and average award value. Top agencies and vendors are ranked by total obligated amount within the selected analysis window.

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 = '541199'
        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
1501 OFFICES, BOARDS AND DIVISIONS 327,597,628.30 327.60 million 4,613
1524 DRUG ENFORCEMENT ADMINISTRATION 32,454,360.82 32.45 million 186
1549 FEDERAL BUREAU OF INVESTIGATION 15,251,290.47 15.25 million 28
1560 ATF ACQUISITION AND PROPERTY MGMT DIV 14,014,660.32 14.01 million 22
1544 U.S. MARSHALS SERVICE 8,854,834.74 8.85 million 9
1700 DEPT OF THE NAVY 7,525,212.86 7.53 million 58
1900 STATE, DEPARTMENT OF 5,216,769.51 5.22 million 141
1450 BUREAU OF INDIAN AFFAIRS 3,117,990.64 3.12 million 6
6920 FEDERAL AVIATION ADMINISTRATION 1,757,677.19 1.76 million 26
2100 DEPT OF THE ARMY 1,601,138.58 1.60 million 34

Insight

NAICS 541199 obligated dollars in the last full year were highly concentrated, with OFFICES, BOARDS AND DIVISIONS accounting for 327.60 million of the 397.11 million total, or about 83 percent. The remaining obligations were distributed across a long tail of agencies, led by DEA at 32.45 million and FBI at 15.25 million, with most other agencies each below 15 million. Award volume was similarly concentrated: 4,613 of 5,890 awards were attributed to OFFICES, BOARDS AND DIVISIONS, while the next highest agency, DEA, had 186 awards.

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 = '541199'
        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
FORFEITURE SUPPORT ASSOCIATES, LLC 3Q5J6 119,696,107.09 119.70 million 376
CACI, INC. - COMMERCIAL 47568 63,147,533.05 63.15 million 148
PAE LABAT-ANDERSON LLC 9S829 47,706,353.50 47.71 million 103
LEIDOS, INC. 5UTE2 25,280,371.49 25.28 million 84
DELOITTE FINANCIAL ADVISORY SERVICES LLP 5MKN6 22,901,464.85 22.90 million 91
ACACIA CENTER FOR JUSTICE 9A1K5 22,705,370.41 22.71 million 10
GARDEN CITY GROUP, LLC 4MQW3 17,691,353.37 17.69 million 2
BATES WHITE, LLC 1YVX6 10,503,169.32 10.50 million 23
THE BRATTLE GROUP INC 1R7C3 6,639,755.00 6.64 million 21
KEYSTONE STRATEGY LLC 80NQ1 6,435,409.49 6.44 million 25

Insight

Over the last full year, NAICS 541199 obligated $397.11 million across 5,890 awards, with an average award value of $67.4K. Vendor obligations are concentrated at the top: FORFEITURE SUPPORT ASSOCIATES, LLC accounts for $119.70 million and 376 awards, while the next four vendors each range from $22.90 million to $63.15 million, indicating a relatively small set of vendors driving a substantial share of spend. Award activity is more dispersed than dollars, with several top vendors receiving high dollar totals across comparatively modest award counts, and some outliers such as GARDEN CITY GROUP, LLC at $17.69 million across only 2 awards.

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 = '541199'
        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 397,111,580.66 397.11 million 5,890

Insight

For NAICS 541199, obligations in the last full year totaled $397.11 million across 5,890 awards, averaging $67,421 per award. The activity is fully concentrated in a single year in the provided 1-year window, so no year-over-year trend can be assessed from this view. The award profile indicates a high transaction count with relatively modest average award value, suggesting broad distribution across many awards rather than reliance on a small number of large obligations.

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.