Federal Agency

BUREAU OF LABOR STATISTICS Federal Contract Obligations (Last 10 Years)

Federal procurement data for the Bureau of Labor Statistics (Agency ID 1625) covering obligations, award counts, vendors, NAICS categories, and annual trends over the last 10 years.

Over the last 10 years, the Bureau of Labor Statistics recorded $363.00 million in obligated awards across 2,646 actions, with an average action value of $137,188.89. Spending was concentrated in computer-related services, management consulting, and social science research, with the largest vendor obligations going to Office Remedies Incorporated, The Ohio State University, and BAE Systems Information Solutions, Inc.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data shown here includes 2016 through 2020 and reflects the provided readable obligations and award counts.

Agency ID
1625
Total Obligated
363.00 million
363,001,810.81
Award Actions
2,646
Average Action Value
137,188.89

About BUREAU OF LABOR STATISTICS federal contract activity

Over the last 10 years, the Bureau of Labor Statistics recorded $363.00 million in obligations across 2,646 awards, with an average award value of $137,188.89. The profile indicates a high volume of relatively small obligations, consistent with a mix of recurring service buys, IT support, and research-related procurement.

Vendor concentration and leading contractors

Vendor spend is moderately concentrated but spread across multiple recurring suppliers. OFFICE REMEDIES INCORPORATED leads with $56.99 million across 46 awards, followed by OHIO STATE UNIVERSITY, THE at $50.21 million across 42 awards and BAE SYSTEMS INFORMATION SOLUTIONS, INC. at $44.20 million across 118 awards. The appearance of both OFFICE REMEDIES INCORPORATED and OFFICE REMEDIES, INC suggests separate FPDS vendor records that may represent related or duplicated naming conventions.

Industry profile based on NAICS activity

Obligations are concentrated in information technology, management consulting, and social science research. NAICS 541519 accounts for $115.69 million across 743 awards, followed by 541611 at $91.86 million across 142 awards and 541720 at $50.30 million across 58 awards. Smaller but still material activity appears in custom programming and computer/software retail categories, reinforcing the agency’s reliance on technical and analytical support services.

Annual contract trend over the analysis window

Annual obligations in the available years peaked in 2019 at $100.11 million across 471 awards, after strong activity in 2016 through 2018. Funding then declined sharply in 2020 to $15.39 million across 106 awards. Award counts fell in parallel, indicating a contraction in procurement volume rather than just a shift toward larger awards.

How to interpret this page

This page is based on FPDS-obligated award data for Agency ID 1625 over the last 10 years. Totals, counts, averages, vendor rankings, NAICS concentrations, and annual trends reflect the supplied aggregation window and may include multiple award types recorded in FPDS. Vendor names and NAICS classifications are shown as reported in the source data.

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 = '1625'
        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
OFFICE REMEDIES INCORPORATED 56,987,449.72 56.99 million 46
OHIO STATE UNIVERSITY, THE 50,210,426.70 50.21 million 42
BAE SYSTEMS INFORMATION SOLUTIONS, INC. 44,202,273.94 44.20 million 118
OFFICE REMEDIES, INC 30,786,957.71 30.79 million 47
TROWBRIDGE & TROWBRIDGE, LLC 22,816,712.30 22.82 million 76
SABRE SYSTEMS, INC. 20,454,844.34 20.45 million 31
DIGITAL MANAGEMENT INC 14,946,415.55 14.95 million 25
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 12,336,723.09 12.34 million 27
TELAFORCE, LLC 11,328,752.80 11.33 million 6
WASHINGTON METROPOLITAN AREA TRANSIT AUTHORITY 7,958,470.14 7.96 million 30

Insight

Over the last 10 years, the Bureau of Labor Statistics obligated $363.00 million across 2,646 awards, with an average award value of $137,188.89. Obligations are moderately concentrated among a small set of vendors: the top 10 listed vendors account for about $266.05 million, or roughly 73 percent of total obligations. Office Remedies Incorporated and Ohio State University are the largest recipients by obligated dollars, while BAE Systems Information Solutions, Inc. has the highest award count among the listed vendors, indicating a mix of larger-dollar and higher-frequency awarding patterns.

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 = '1625'
        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
541519 OTHER COMPUTER RELATED SERVICES 115,689,886.66 115.69 million 743
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 91,855,065.30 91.86 million 142
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 50,300,426.70 50.30 million 58
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 23,517,636.38 23.52 million 222
443120 COMPUTER AND SOFTWARE STORES 23,382,511.52 23.38 million 96
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 11,597,847.31 11.60 million 10
485111 MIXED MODE TRANSIT SYSTEMS 7,958,470.14 7.96 million 30
334111 ELECTRONIC COMPUTER MANUFACTURING 7,339,025.68 7.34 million 82
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 5,303,003.67 5.30 million 41
561210 FACILITIES SUPPORT SERVICES 4,301,915.27 4.30 million 39

Insight

Over the last 10 years, BUREAU OF LABOR STATISTICS obligated $363.00 million across 2,646 awards, with spending concentrated in a small set of NAICS codes. NAICS 541519, Other Computer Related Services, is the largest category at $115.69 million across 743 awards, followed by 541611 at $91.86 million and 541720 at $50.30 million. The top 10 NAICS total about $344.29 million, indicating that most obligations are clustered in IT, consulting, and research-related services, while a smaller share is spread across other categories.

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 = '1625'
        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
2020 15,392,607.08 15.39 million 106
2019 100,105,483.57 100.11 million 471
2018 80,070,933.91 80.07 million 437
2017 80,075,917.99 80.08 million 622
2016 87,356,868.26 87.36 million 1,010

Insight

Over the last 10 years, the Bureau of Labor Statistics obligated $363.00 million across 2,646 awards, with an average award value of $137,188.89. Obligations are concentrated in a few high-value years, led by 2019 at $100.11 million, followed by 2016 at $87.36 million and 2017-2018 at about $80.07 million each. The period also includes a sharp drop in 2020 to $15.39 million and 106 awards, indicating a significant contraction after the prior years’ higher activity.

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.