Federal Agency

ATF ACQUISITION AND PROPERTY MGMT DIV Federal Contract Obligations (Last 10 Years)

ATF Acquisition and Property Mgmt Division procurement activity over the last 10 years, including obligations, award volume, vendors, NAICS codes, and annual trends.

This page summarizes 30,579 award actions totaling $3.18 billion in obligated spending for ATF Acquisition and Property Mgmt Div, with an average action value of $103,884.52. The data shows a concentration in IT, data hosting, and related professional services, led by vendors such as LEIDOS, INC. and EAGLE HARBOR, LLC.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS award data for agency ID 1560 and may include multiple action types within the period.

Agency ID
1560
Total Obligated
3.18 billion
3,176,684,916.72
Award Actions
30,579
Average Action Value
103,884.52

About ATF ACQUISITION AND PROPERTY MGMT DIV federal contract activity

ATF ACQUISITION AND PROPERTY MGMT DIV obligated 3.18 billion across 30,579 awards over the last 10 years, for an average award value of 103,884.52. The portfolio indicates a high volume of relatively small awards alongside a smaller set of large-dollar actions that drive overall spending.

Vendor concentration and leading contractors

Vendor spend is concentrated among a limited group of contractors, led by LEIDOS, INC. at 580.96 million across 223 awards. EAGLE HARBOR, LLC and BA-ZAI JV, LLC also represent major obligations at 295.03 million and 275.60 million, respectively, while LEIDOS INNOVATIONS CORPORATION and FORFEITURE SUPPORT ASSOCIATES, LLC round out the top five.

Industry profile based on NAICS activity

The agency’s largest obligations fall in IT and related support categories, led by 541512 Computer Systems Design Services at 833.67 million and 475 awards. Data Processing, Hosting, and Related Services (518210) is the second-largest category at 625.55 million, followed by professional, technical, computer-related, and legal services, indicating a procurement profile centered on technology, operational support, and specialized services.

Annual contract trend over the analysis window

Annual obligations have remained broadly stable in the 330 million to 373 million range in the most recent five years shown, with a peak in 2023 at 372.76 million. Award volumes have varied more than dollars, rising to 2,624 awards in 2024 before easing to 2,139 in 2025, suggesting shifts in award size and distribution rather than a major change in total spend.

How to interpret this page

This analysis uses FPDS awards associated with agency ID 1560 over the last 10 years and summarizes obligated dollars and award counts from recorded contract actions. Top vendors and NAICS categories are ranked by total obligated amount, and annual trend values reflect obligations recorded by fiscal year within the analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1560'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
LEIDOS, INC. 580,955,353.57 580.96 million 223
EAGLE HARBOR, LLC 295,031,030.95 295.03 million 57
BA-ZAI JV, LLC 275,601,537.27 275.60 million 185
LEIDOS INNOVATIONS CORPORATION 175,749,555.68 175.75 million 57
FORFEITURE SUPPORT ASSOCIATES, LLC 129,020,514.59 129.02 million 244
ULTRA ELECTRONICS FORENSIC TECHNOLOGY INC 109,426,654.47 109.43 million 34
1901 GROUP, LLC 70,846,780.70 70.85 million 33
TECHNOLOGIES FORENSIC WAI INC, LES 62,648,027.83 62.65 million 22
SULLIVAN COVE CONSULTANTS LLC 41,837,139.67 41.84 million 37
ARCTIC SLOPE MISSION SERVICES, LLC 40,312,879.42 40.31 million 41

Insight

Over the last 10 years, ATF Acquisition and Property Mgmt Div obligated $3.18 billion across 30,579 awards, with an average award value of $103,884.52. Vendor obligations are concentrated at the top: LEIDOS, INC. leads with $580.96 million, followed by EAGLE HARBOR, LLC at $295.03 million and BA-ZAI JV, LLC at $275.60 million; these three vendors account for a substantial share of the agency’s top-vendor obligations. The remaining vendors are materially lower in value, ranging from $175.75 million to $40.31 million, indicating a long tail of smaller but still significant suppliers.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1560'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541512 COMPUTER SYSTEMS DESIGN SERVICES 833,674,497.69 833.67 million 475
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 625,545,889.32 625.55 million 351
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 254,579,644.53 254.58 million 713
541519 OTHER COMPUTER RELATED SERVICES 203,875,589.11 203.88 million 812
541199 ALL OTHER LEGAL SERVICES 133,780,264.04 133.78 million 272
561611 INVESTIGATION SERVICES 129,656,927.63 129.66 million 11,404
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 74,525,160.99 74.53 million 239
561612 SECURITY GUARDS AND PATROL SERVICES 73,752,238.15 73.75 million 82
561110 OFFICE ADMINISTRATIVE SERVICES 64,022,239.70 64.02 million 93
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 62,517,651.46 62.52 million 319

Insight

Over the last 10 years, ATF Acquisition and Property Mgmt Div obligated 3.18 billion across 30,579 awards, with spending concentrated in IT and related services. NAICS 541512 (Computer Systems Design Services) and 518210 (Data Processing, Hosting, and Related Services) together account for 1.46 billion, indicating a heavy reliance on systems support and hosting capabilities. A secondary cluster of obligations is spread across professional services, legal services, and investigative/security categories, with 561611 (Investigation Services) notable for the highest award count among the top NAICS at 11,404, suggesting many lower-dollar actions in that line of effort.

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__purchaserInformation__contractingOfficeAgencyID = '1560'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 330,951,377.88 330.95 million 2,139
2024 334,132,188.24 334.13 million 2,624
2023 372,760,086.74 372.76 million 2,422
2022 343,954,699.86 343.95 million 2,322
2021 367,990,188.30 367.99 million 2,486
2020 369,993,499.43 369.99 million 3,171
2019 284,457,767.29 284.46 million 3,615
2018 291,961,062.55 291.96 million 4,352
2017 252,916,936.31 252.92 million 3,997
2016 227,567,110.12 227.57 million 3,451

Insight

Over the last 10 years, ATF Acquisition and Property Mgmt Div obligated $3.18 billion across 30,579 awards, averaging about $103.9 thousand per award. Annual obligations were relatively stable in the $227.6 million to $373.0 million range, with the highest level in 2023 ($372.76 million) and the lowest in 2016 ($227.57 million). Award volume peaked in 2018 at 4,352 awards and generally declined thereafter to 2,139 awards in 2025, while obligated dollars remained comparatively steady, indicating a higher average value per award in recent years.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

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