Federal Agency

BUREAU OF ENGRAVING AND PRINTING Federal Contract Obligations (Last Year)

Last full year procurement activity for the Bureau of Engraving and Printing (Agency ID 2041), showing $694.67 million obligated across 1,504 award actions.

This page summarizes federal procurement for the Bureau of Engraving and Printing over the last full year. The agency recorded $694,665,875.15 in obligations across 1,504 award actions, with an average action value of $461,878.90.

Generated at 03/21/2026

Analysis period: Last full year

Top obligations were concentrated in paper mills, industrial machinery, computer systems design, printing ink manufacturing, and related services, with leading vendors including Crane & Co., Koenig & Bauer Banknote Solutions SA, and Sicpa Securink, Corp.

Agency ID
2041
Total Obligated
694.67 million
694,665,875.15
Award Actions
1,504
Average Action Value
461,878.90

About BUREAU OF ENGRAVING AND PRINTING federal contract activity

During the last full year, the Bureau of Engraving and Printing obligated $694.67 million across 1,504 awards, for an average award value of $461,878.90. The profile reflects a high-volume procurement portfolio with substantial spending concentrated in a limited number of recurring suppliers and production-related categories.

Vendor concentration and leading contractors

CRANE & CO., INC. led vendor obligations at $192.48 million across 76 awards, followed by KOENIG & BAUER BANKNOTE SOLUTIONS SA at $135.16 million across 68 awards and SICPA SECURINK, CORP. at $46.51 million across 100 awards. The remaining top vendors, DELOITTE CONSULTING LLP and PRIDE INDUSTRIES, indicate a mix of technical services and support functions alongside core production inputs.

Industry profile based on NAICS activity

The largest NAICS category was 322121 Paper (Except Newsprint) Mills at $192.48 million, mirroring the concentration in banknote paper supply. Other major categories included 333248 All Other Industrial Machinery Manufacturing, 541512 Computer Systems Design Services, 325910 Printing Ink Manufacturing, and 541519 Other Computer Related Services, showing a procurement base anchored in manufacturing, materials, and systems support.

Annual contract trend over the analysis window

The annual trend shows $694.67 million obligated in 2025 across 1,504 awards, which represents the full analysis window provided. With only one year in scope, this data supports a point-in-time profile rather than a multi-year trend assessment.

How to interpret this page

This summary uses FPDS-obligated amounts and award counts for the Bureau of Engraving and Printing, identified by agency ID 2041, over the last full year. Vendor and NAICS rankings are based on total obligated dollars, and annual trend figures reflect the same obligation measure for the stated period.

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 = '2041'
        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 Total Obligated Readable Award Actions
CRANE & CO., INC. 192,476,764.34 192.48 million 76
KOENIG & BAUER BANKNOTE SOLUTIONS SA 135,162,285.05 135.16 million 68
SICPA SECURINK, CORP. 46,511,668.01 46.51 million 100
DELOITTE CONSULTING LLP 23,397,101.98 23.40 million 7
PRIDE INDUSTRIES 22,028,559.95 22.03 million 3
KOMORI AMERICA CORP 18,579,808.29 18.58 million 5
TATITLEK GOVERNMENT SERVICES, INC. 17,763,298.79 17.76 million 4
AUTHENTIX, INC 12,056,547.90 12.06 million 4
ROLIC TECHNOLOGIES AG 10,640,851.00 10.64 million 4
DOMESTIC AWARDEES (UNDISCLOSED) 9,614,842.32 9.61 million 23

Insight

Over the last full year, BEP obligated $694.67 million across 1,504 awards, with spending concentrated among a small set of vendors. CRANE & CO., INC. led with $192.48 million, followed by KOENIG & BAUER BANKNOTE SOLUTIONS SA at $135.16 million; the top 10 vendors together account for a substantial share of obligations relative to the overall total. Award volume is more dispersed than dollars, as several vendors with comparatively modest obligated amounts received multiple awards, including SICPA SECURINK, CORP. with 100 awards and CRANE & CO., INC. with 76.

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 = '2041'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
322121 PAPER (EXCEPT NEWSPRINT) MILLS 192,476,764.34 192.48 million 76
333248 ALL OTHER INDUSTRIAL MACHINERY MANUFACTURING 126,063,290.03 126.06 million 122
541512 COMPUTER SYSTEMS DESIGN SERVICES 65,113,694.30 65.11 million 62
325910 PRINTING INK MANUFACTURING 45,379,469.64 45.38 million 91
541519 OTHER COMPUTER RELATED SERVICES 43,155,817.92 43.16 million 203
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 40,595,108.85 40.60 million 62
561210 FACILITIES SUPPORT SERVICES 30,573,412.33 30.57 million 29
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 28,054,460.00 28.05 million 4
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 12,515,188.24 12.52 million 36
221122 ELECTRIC POWER DISTRIBUTION 9,488,379.00 9.49 million 6

Insight

Over the last full year, BEP obligated $694.67 million across 1,504 awards, with spend concentrated in manufacturing and technical support categories. NAICS 322121 (Paper [Except Newsprint] Mills) led with $192.48 million, followed by 333248 ($126.06 million), while 541512, 325910, and 541519 together added another $153.64 million, indicating a limited set of industrial and IT-related categories account for a substantial share of obligations. Award volume is more dispersed than dollars, with 541519 recording 203 awards and 333248 122 awards, while some higher-dollar categories, such as 333318, were supported by relatively few 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__purchaserInformation__contractingOfficeAgencyID = '2041'
        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 694,665,875.15 694.67 million 1,504

Insight

For the last full year, the Bureau of Engraving and Printing obligated $694.67 million across 1,504 awards, for an average award value of about $461.9 thousand. This volume indicates a moderately distributed award base rather than reliance on a small number of actions, although the average value suggests substantial procurement activity. With only one year provided in the 1-year window, this section reflects a single-period snapshot and does not support year-over-year trend analysis.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.