Federal Agency

NATIONAL TRANSPORTATION SAFETY BOARD Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the National Transportation Safety Board (agency ID 9508) covering obligations, award activity, vendors, and NAICS trends over the last 10 years.

Over the last 10 years, the National Transportation Safety Board recorded $157.53 million in obligations across 2,082 award actions, with an average action value of $75,663.37. Recent spending has been concentrated in IT and consulting categories, led by computer systems design services, other computer related services, and administrative management consulting.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the selected 10-year analysis window and vendor and NAICS totals are based on award actions in the provided dataset.

Agency ID
9508
Total Obligated
157.53 million
157,531,142.38
Award Actions
2,082
Average Action Value
75,663.37

About NATIONAL TRANSPORTATION SAFETY BOARD federal contract activity

Over the last 10 years, the NATIONAL TRANSPORTATION SAFETY BOARD recorded 2,082 awards totaling 157.53 million in obligated spending, with an average award value of 75,663.37. The procurement profile is relatively concentrated in higher-value service and IT buys, indicating sustained reliance on a limited set of mission-support categories rather than a broad commodity base.

Vendor concentration and leading contractors

DELOITTE CONSULTING LLP is the largest vendor by obligated value at 38.90 million across 77 awards, followed by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at 16.74 million across 100 awards. The remaining top vendors—SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, INSIGHT PUBLIC SECTOR, INC., and INFORELIANCE CORPORATION—each account for materially smaller totals, reinforcing a vendor base dominated by consulting and technology contractors.

Industry profile based on NAICS activity

The leading NAICS codes are concentrated in IT and professional services, led by 541512 Computer Systems Design Services at 42.36 million and 541519 Other Computer Related Services at 34.81 million. Additional spend is directed to 541611 Administrative Management and General Management Consulting Services, 511210 Software Publishers, and 541511 Custom Computer Programming Services, confirming that the agency’s obligations are centered on systems support, software, and advisory services.

Annual contract trend over the analysis window

Annual obligations in the most recent years show a decline from 26.68 million in 2025 to 22.37 million in 2024 and 20.93 million in 2023, with a lower point of 11.57 million in 2022 before rebounding to 17.39 million in 2021. Award counts remain elevated across the period, suggesting relatively steady procurement activity even as obligated dollars fluctuate year to year.

How to interpret this page

This page summarizes FPDS obligations for NATIONAL TRANSPORTATION SAFETY BOARD, Agency ID 9508, using the last 10 years of available data. Metrics include total obligated dollars, award counts, average award value, top vendors, top NAICS categories, and annual obligation trends; values are reported as provided and are not adjusted for inflation or other normalization.

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 = '9508'
        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
DELOITTE CONSULTING LLP 38,898,012.67 38.90 million 77
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 16,737,275.89 16.74 million 100
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 5,752,997.64 5.75 million 6
INSIGHT PUBLIC SECTOR, INC. 5,023,138.65 5.02 million 39
INFORELIANCE CORPORATION 4,970,879.39 4.97 million 34
POTOMAC CREEK ASSOCIATES, L.L.C. 3,619,943.55 3.62 million 23
DELL FEDERAL SYSTEMS L.P. 3,181,740.66 3.18 million 7
AMERICAN SECURITY PROGRAMS, IN 2,804,430.98 2.80 million 11
SECTEK, INC. 2,506,662.47 2.51 million 7
TASC, INC. 2,415,133.68 2.42 million 4

Insight

Over the last 10 years, NTSB obligated $157.53 million across 2,082 awards, with an average award value of $75,663. Vendor obligations are moderately concentrated: Deloitte Consulting LLP leads at $38.90 million, about 24.7% of total obligations, followed by General Dynamics Information Technology, Inc. at $16.74 million. The remaining top vendors each account for less than $6 million, indicating a broad distribution after the two largest 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 = '9508'
        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 42,364,548.42 42.36 million 113
541519 OTHER COMPUTER RELATED SERVICES 34,810,798.62 34.81 million 373
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 13,138,134.45 13.14 million 82
511210 SOFTWARE PUBLISHERS 12,630,692.71 12.63 million 235
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 11,372,197.84 11.37 million 60
561612 SECURITY GUARDS AND PATROL SERVICES 5,311,093.45 5.31 million 18
334111 ELECTRONIC COMPUTER MANUFACTURING 4,534,500.95 4.53 million 65
443120 COMPUTER AND SOFTWARE STORES 3,970,224.97 3.97 million 34
531120 LESSORS OF NONRESIDENTIAL BUILDINGS (EXCEPT MINIWAREHOUSES) 3,675,513.55 3.68 million 24
922190 OTHER JUSTICE, PUBLIC ORDER, AND SAFETY ACTIVITIES 2,420,383.68 2.42 million 5

Insight

Over the last 10 years, NTSB obligated $157.53 million across 2,082 awards, with spend concentrated in information technology and related support services. NAICS 541512 and 541519 together account for $77.18 million, or about 49% of total obligations, indicating a strong reliance on computer systems design and other computer-related services. The remaining top NAICS codes are more dispersed, led by consulting, software publishing, and custom programming, with smaller allocations to security, manufacturing, office retail, leasing, and justice/public safety activities.

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 = '9508'
        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 26,679,692.64 26.68 million 164
2024 22,369,725.84 22.37 million 208
2023 20,928,101.12 20.93 million 194
2022 11,569,609.68 11.57 million 212
2021 17,390,787.08 17.39 million 213
2020 10,498,165.85 10.50 million 198
2019 11,886,334.41 11.89 million 195
2018 14,368,375.44 14.37 million 210
2017 11,183,307.70 11.18 million 258
2016 10,657,042.62 10.66 million 230

Insight

Over the last 10 years, National Transportation Safety Board obligated $157.53 million across 2,082 awards, averaging $75,663 per award. Obligations were relatively stable at roughly $10.50 million to $14.37 million annually from 2016 through 2022, then increased in 2023 through 2025, peaking at $26.68 million in 2025. Award volume remained fairly consistent at about 164 to 258 awards per year, indicating the recent increase in obligations was driven more by higher dollar value than by a substantial expansion in award count.

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.